Skip to content

Commit

Permalink
Release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timl3136 committed Dec 7, 2023
1 parent 16c678e commit 83f1d9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 83f1d9c

Please sign in to comment.