Skip to content

Commit

Permalink
Bump version number; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Apr 3, 2019
1 parent 29987cc commit 506fc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.9.1] - 2019-04-03

* **Bug Fixes**
* Query fails if one or more cluster nodes do not have records in the set [[#77](https://github.com/aerospike/aerospike-client-ruby/issue/77)]

* **Updates**
* Change admin message version to 2 (from 0)
* Remove unused BIN_EXISTS_ERROR (6) and BIN_NOT_FOUND (17) error codes
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.9.0"
VERSION = "2.9.1"
end

0 comments on commit 506fc8d

Please sign in to comment.