Skip to content

Commit 6d57a48

Browse files
committed
Updated version number + changelog
1 parent deb68f1 commit 6d57a48

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.2 - 17 Aug 2014
4+
5+
- Fixed issue causing connections not to be closed correctly (#109)
6+
- Fixed issue causing terms in optional arguments to be encoded incorrectly (#114)
7+
38
## v0.3.1 - 14 June 2014
49

510
- Fixed "Token ## not in stream cache" error (#103)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GoRethink - RethinkDB Driver for Go [![wercker status](https://app.wercker.com/s
44
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/) made by [Daniel Cannon](http://github.com/dancannon) and based off of Christopher Hesse's [RethinkGo](https://github.com/christopherhesse/rethinkgo) driver.
55

66

7-
Current version: v0.3.1 (RethinkDB v1.13)
7+
Current version: v0.3.2 (RethinkDB v1.13)
88

99
**Version 0.3 introduced some API changes, for more information check the [change log](CHANGELOG.md)**
1010

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go driver for RethinkDB
22
//
3-
// Current version: v0.3.1 (RethinkDB v1.13)
3+
// Current version: v0.3.2 (RethinkDB v1.13)
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)