Skip to content

Commit

Permalink
bump version to v2.3; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Jan 4, 2017
1 parent c802e02 commit 3412adb
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.3.0 / 2017-01-04
===================

* **Bug Fixes**
* Fix BytesValue used as record key. [#42](https://github.com/aerospike/aerospike-client-ruby/issues/42)

* **Changes**
* Deprecate unsupport key types - only integer, string and byte keys are supported. [#43](https://github.com/aerospike/aerospike-client-ruby/issues/43)

v2.2.1 / 2016-11-14
===================

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.1"
VERSION = "2.3.0"
end

0 comments on commit 3412adb

Please sign in to comment.