CHANGELOG.md in aerospike-2.8.0 vs CHANGELOG.md in aerospike-2.9.0
- old
+ new
@@ -2,9 +2,21 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
+## [2.9.0] - 2018-11-09
+
+* **New Features**
+ * Add INFINITY and WILDCARD values for use in CDT map/list comparators. [AER-5945]
+
+* **Bug Fixes**
+ * Default policies set on Client instance do not get applied [[#74](https://github.com/aerospike/aerospike-client-ruby/issue/74)]
+
+* **Updates**
+ * *BREAKING CHANGE*: Change default for send_key write policy to false [[#73](https://github.com/aerospike/aerospike-client-ruby/issue/73)]
+ * Support truncate info command argument "lut=now" for servers that require it. [AER-5955]
+
## [2.8.0] - 2018-08-06
* **New Features**
* Support latest CDT List/Map server-side operations: [[#69](https://github.com/aerospike/aerospike-client-ruby/pull/69)]
* Operations on Ordered Lists & Bounded Lists via new List Policy. (Requires server version v3.16.0 or later.)