diff --git a/LICENSE.md b/LICENSE.md index bf353a1f..03191744 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2010-2011 Sean Cribbs and Basho Technologies, Inc. +Copyright 2010-2016 Sean Cribbs and Basho Technologies, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.markdown b/README.markdown index 56c5e43e..83430d86 100644 --- a/README.markdown +++ b/README.markdown @@ -626,7 +626,7 @@ search.admin,search.query,riak_kv.mapreduce on any to user ## License & Copyright -Copyright ©2010-2015 Sean Cribbs and Basho Technologies, Inc. +Copyright ©2010-2016 Sean Cribbs and Basho Technologies, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 012bffe7..7ea7e773 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Riak Ruby Client Release Notes +## 2.3.1 Release - 2016-01-12 + +Version 2.3.1 is a bugfix release with a small fix in support of the Riak TS +time series database. + +* Queries that return no data will return an empty collection. + +New features: + ## 2.3.0 Release - 2015-12-15 Version 2.3.0 is a feature release, introducing support for the Riak TS time diff --git a/lib/riak/version.rb b/lib/riak/version.rb index 107109f2..33e126a8 100644 --- a/lib/riak/version.rb +++ b/lib/riak/version.rb @@ -1,3 +1,3 @@ module Riak - VERSION = "2.3.0" + VERSION = "2.3.1" end