diff --git a/CHANGELOG.md b/CHANGELOG.md index f2781b7..bdf8829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.23.0] 2022-10-25 + +* **New Features** + * [CLIENT-1752] Add 'EXISTS' return type for CDT read operations. + * [CLIENT-1195] Support partition scans. + * [CLIENT-1238] Support max_records on partition scans. + * [CLIENT-1940] Lint and Clean up using Rubocop. + ## [2.22.0] 2022-07-14 * **Fixes** @@ -10,7 +18,7 @@ All notable changes to this project will be documented in this file. * [CLIENT-1789] Authentication Retry fails in certain conditions. ## [2.21.1] - 2022-06-21 - + This s hotfix release. It is recommended to upgrade your client if you use authentication. * **Bug Fixes** diff --git a/lib/aerospike/version.rb b/lib/aerospike/version.rb index 1898d48..db8bb53 100644 --- a/lib/aerospike/version.rb +++ b/lib/aerospike/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module Aerospike - VERSION = "2.22.0" + VERSION = "2.23.0" end