diff --git a/CHANGELOG.md b/CHANGELOG.md index da83256c6..42f534af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v1.2.7] - 2023-12-6 +### Changed +- Upgraded cassandra image to 4.1.3 in docker compose files #1301 + +### Fixed +- Fixed history size exposure logging #1300 + ## [v1.2.6] - 2023-11-24 ### Added - Added a new query type `__query_types` #1295 diff --git a/internal/version.go b/internal/version.go index 437669079..b92f7257e 100644 --- a/internal/version.go +++ b/internal/version.go @@ -43,7 +43,7 @@ package internal // Due to all of this unreliability, this should be used as strictly informational // metadata, e.g. for caller version monitoring, never behavioral (use // FeatureVersion or feature flags instead). -const LibraryVersion = "1.2.6" +const LibraryVersion = "1.2.7" // FeatureVersion is a semver that informs the server of what high-level behaviors // this client supports.