diff --git a/CHANGELOG.md b/CHANGELOG.md index a36dbce5..ddf7d805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v3.0.1 - 2016-01-30 + +### Fixed + + - Fixed import paths + - Updated Go version used by Travis + ## v3.0.0 - 2016-12-06 Unfortunately this will likely be the last release I plan to work on. This is due to the following reasons: diff --git a/README.md b/README.md index cd81627e..77c090a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ![GoRethink Logo](https://raw.github.com/wiki/gorethink/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker") -Current version: v3.0.0 (RethinkDB v2.3) +Current version: v3.0.1 (RethinkDB v2.3) This project is no longer maintained, for more information see the [v3.0.0 release](https://github.com/gorethink/gorethink/releases/tag/v3.0.0) diff --git a/doc.go b/doc.go index f48cf88a..bf57c24a 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Package gorethink implements a Go driver for RethinkDB // -// Current version: v3.0.0 (RethinkDB v2.3) +// Current version: v3.0.1 (RethinkDB v2.3) // For more in depth information on how to use RethinkDB check out the API docs // at http://rethinkdb.com/api package gorethink