CHANGELOG.md in aerospike-2.1.0 vs CHANGELOG.md in aerospike-2.1.1
- old
+ new
@@ -1,14 +1,24 @@
+v2.1.1 / 2016-08-16
+===================
+
+* **Bug Fixes**
+ * Fix incorrect expiration times on records fetched via batch_get or query operations. [#38](https://github.com/aerospike/aerospike-client-ruby/issues/38)
+
+* **Improvements**
+ * Add support for two new server error codes (23 & 24) introduced in Aerospike Server v3.9.1.
+ * Records returned by batch_get operation should include the full key incl. the user key part.
+
v2.1.0 / 2016-07-19
===================
* **Fixes**
* Fix a typo in the `max_retries` policy parameter name. [PR #37](https://github.com/aerospike/aerospike-client-ruby/pull/37) Thanks to [@murphyslaw](https://github.com/murphyslaw)!
* Fix license identifier in gemspec.
* **Improvements**
* Support for queries on Lists and Maps (keys & values)
- * Support for creating indexes on Lists and Maps
+ * Support for creating indexes on Lists and Maps [CLIENT-685]
* Support GeoJSON values in Lists and Maps
v2.0.0 / 2016-05-27
===================