Skip to content

Commit

Permalink
Bump package version to v2.5.1; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Jan 25, 2018
1 parent 7ca50bc commit c7d2033
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.5.1 / 2018-01-25
===================

* **Bug Fixes**
* Some secondary index queries fail with parameter error on Aerospike Server v3.15.1.x [#57](https://github.com/aerospike/aerospike-client-ruby/issues/57)

* **Updates**
* Added Ruby 2.5 to test matrix
* Updated documentation for Client#truncate command [CLIENT-985]

v2.5.0 / 2017-10-10
===================

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.5.0"
VERSION = "2.5.1"
end

0 comments on commit c7d2033

Please sign in to comment.