Skip to content

Commit de072a9

Browse files
committed
Released v2.0.4
1 parent 1f1c423 commit de072a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## v2.0.4 - 2016-05-22
66

77
### Changed
88
- 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/).
1111
- Fixed queries not being retried when using `Query()`, queries are now retried if the request failed due to a bad connection.
1212
- Fixed `Cursor` methods panicking if using a nil cursor, please note that you should still always check if your queries return an error.
1313

14-
## v2.0.3
14+
## v2.0.3 - 2016-05-12
1515

1616
### Added
1717
- Added constants for system database and table names.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![GoRethink Logo](https://raw.github.com/wiki/dancannon/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker")
1010

11-
Current version: v2.0.3 (RethinkDB v2.3)
11+
Current version: v2.0.4 (RethinkDB v2.3)
1212

1313
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).
1414

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package gorethink implements a Go driver for RethinkDB
22
//
3-
// Current version: v2.0.3 (RethinkDB v2.3)
3+
// Current version: v2.0.4 (RethinkDB v2.3)
44
// For more in depth information on how to use RethinkDB check out the API docs
55
// at http://rethinkdb.com/api
66
package gorethink

0 commit comments

Comments
 (0)