Skip to content

Commit

Permalink
Bump version and update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Oct 25, 2022
1 parent f5d52df commit cad1244
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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**
Expand All @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion lib/aerospike/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Aerospike
VERSION = "2.22.0"
VERSION = "2.23.0"
end

0 comments on commit cad1244

Please sign in to comment.