Skip to content

Commit f09380e

Browse files
committed
Bump version and update readme
1 parent 0bbe7fd commit f09380e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 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+
## v1.2.0 - 2015-11-19
66
### Added
77
- Added `UUID` term
88
- Added `Values` term
@@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2424
### Fixed
2525
- Fixed some type aliases not being correctly encoded when using `Expr`.
2626

27-
## v1.1.4
27+
## v1.1.4 - 2015-10-02
2828
### Added
2929
- Added root table terms (`r.TableCreate`, `r.TableList` and `r.TableDrop`)
3030

@@ -38,22 +38,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3838
- Fixed stop query incorrectly waiting for response
3939
- Fixed pointers not to be properly decoded
4040

41-
## v1.1.3
41+
## v1.1.3 - 2015-09-06
4242
### Fixed
4343
- Fixed pointers not to be properly decoded
4444
- Fixed queries always timing out when Timeout ConnectOpt is set.
4545

46-
## v1.1.2
46+
## v1.1.2 - 2015-08-28
4747
### Fixed
4848
- Fixed issue when encoding some maps
4949

50-
## v1.1.1
50+
## v1.1.1 - 2015-08-21
5151
### Fixed
5252
- Corrected protobuf import
5353
- Fixed documentation
5454
- Fixed issues with time pseudotype conversion that caused issues with milliseconds
5555

56-
## v1.1.0
56+
## v1.1.0 - 2015-08-19
5757
### Added
5858
- Replaced `UseOutdated` with `ReadMode`
5959
- Added `EmergencyRepair` and `NonVotingReplicaTags` to `ReconfigureOpts`

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