Skip to content

Commit

Permalink
update changelog; bump version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Nov 14, 2016
1 parent eec5868 commit 7fd0433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.2.1 / 2016-11-14
===================

* **New Features**
* Added constants `Aerospike::TTL::*` for "special" TTL values, incl. Aerospike::TTL::DONT_UPDATE (requires Aerospike Server v3.10.1 or later)

* **Bug Fixes**
* Fix "Add node failed: wrong number of arguments". [#41](https://github.com/aerospike/aerospike-client-ruby/issues/41)

v2.2.0 / 2016-09-20
===================

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.2.0"
VERSION = "2.2.1"
end

0 comments on commit 7fd0433

Please sign in to comment.