CHANGELOG.md in aerospike-2.9.0 vs CHANGELOG.md in aerospike-2.9.1

- old
+ new

@@ -2,10 +2,20 @@ 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 + * Tests: Support setting user/password when running specs + ## [2.9.0] - 2018-11-09 * **New Features** * Add INFINITY and WILDCARD values for use in CDT map/list comparators. [AER-5945] @@ -138,10 +148,10 @@ * Support for creating indexes on Lists and Maps [CLIENT-685] * Support GeoJSON values in Lists and Maps ## [2.0.0] - 2016-05-27 -* **Breaking Changes** - Please refer to detailed list of [API changes](docs/api-changes.md#v2.0.0) for further details. +* **Breaking Changes** - Please refer to detailed list of [API changes](https://www.aerospike.com/docs/client/ruby/usage/incompatible.html#version-2-0-0) for further details. * Incompatible integer key digests: digests for integer keys computed by v2 and v1 are different; the Aerospike server uses the key digest to retrieve records. This will impact your ability to read records with integer keys that were created by a v1 client version. * Backward incompatible changes to the `Aerospike::Client.new` initializer. * The `Aerospike::Client.new_many` initializer has been removed; use `Aerospike::Client.new` instead. * Drop support for Ruby 1.9.3; requires Ruby 2.0 or later.