diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee704b6..cc986eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.26.0] 2022-12-02 + +- **New Features** + - [CLIENT-1808] Support creating a secondary index on elements within a CDT using `Context`. + - [CLIENT-1991] Add base64 encoding methods to `Context`. + - [CLIENT-2007] Support using `Context` in query filters. + ## [2.25.0] 2022-11-28 - **New Features** diff --git a/lib/aerospike/version.rb b/lib/aerospike/version.rb index 95397df4..16f0de48 100644 --- a/lib/aerospike/version.rb +++ b/lib/aerospike/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module Aerospike - VERSION = "2.25.0" + VERSION = "2.26.0" end