Skip to content

Commit

Permalink
update changelog; bump package version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Aug 16, 2016
1 parent 0fb1016 commit dc7fb13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
HEAD
v2.1.1 / 2016-08-16
===================

* **Bug Fixes**
* Fix incorrect expiration times on records fetched via batch_get or query operations. [#38](https://github.com/aerospike/aerospike-client-ruby/issues/38)

* **Improvements**
* Add support for two new server error codes (23 & 24) introduced in Aerospike Server v3.9.1.

* Records returned by batch_get operation should include the full key incl. the user key part.

v2.1.0 / 2016-07-19
===================
Expand Down
2 changes: 1 addition & 1 deletion lib/aerospike/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module Aerospike
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit dc7fb13

Please sign in to comment.