Skip to content

Commit

Permalink
2.3.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Jan 12, 2016
1 parent 568eebe commit 59fa5f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/riak/version.rb
@@ -1,3 +1,3 @@
module Riak
VERSION = "2.3.0"
VERSION = "2.3.1"
end

0 comments on commit 59fa5f7

Please sign in to comment.