diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f5e5c6..53eee4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2.2 - 2016-09-25 ### Changed diff --git a/README.md b/README.md index c7ae11ac..7f1928a4 100644 --- a/README.md +++ b/README.md @@ -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.2.1 (RethinkDB v2.3) +Current version: v2.2.2 (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). diff --git a/doc.go b/doc.go index 55054e58..7c55531f 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Package gorethink implements a Go driver for RethinkDB // -// Current version: v2.2.1 (RethinkDB v2.3) +// Current version: v2.2.2 (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