diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d55fe6..1a831007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## v2.0.4 - 2016-05-22 ### Changed - Changed `Connect` to return the reason for connections failing (instead of just "no connections were made when creating the session") @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed queries not being retried when using `Query()`, queries are now retried if the request failed due to a bad connection. - Fixed `Cursor` methods panicking if using a nil cursor, please note that you should still always check if your queries return an error. -## v2.0.3 +## v2.0.3 - 2016-05-12 ### Added - Added constants for system database and table names. diff --git a/README.md b/README.md index dee0b014..38dd9c1f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![GoRethink Logo](https://raw.github.com/wiki/dancannon/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker") -Current version: v2.0.3 (RethinkDB v2.3) +Current version: v2.0.4 (RethinkDB v2.3) Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work). diff --git a/doc.go b/doc.go index 37211d8d..4d7124de 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Package gorethink implements a Go driver for RethinkDB // -// Current version: v2.0.3 (RethinkDB v2.3) +// Current version: v2.0.4 (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