Skip to content

Commit

Permalink
Released v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dancannon committed May 22, 2016
1 parent 1f1c423 commit de072a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de072a9

Please sign in to comment.