Skip to content

Commit 3742792

Browse files
committed
Bump version
1 parent 330ded1 commit 3742792

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## v2.0.2 - 2016-04-18
6+
7+
### Fixed
8+
- Fixed issue which prevented anonymous `time.Time` values from being encoded when used in a struct.
9+
- Fixed panic when attempting to run a query with a nil session
10+
511
## v2.0.1 - 2016-04-14
612

713
### Added

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.1 (RethinkDB v2.3)
11+
Current version: v2.0.2 (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.1 (RethinkDB v2.3)
3+
// Current version: v2.0.2 (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)