Skip to content

Commit 77feef5

Browse files
authored
Release v1.2.7 (#1302)
1 parent 10c5f9c commit 77feef5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v1.2.7] - 2023-12-6
9+
### Changed
10+
- Upgraded cassandra image to 4.1.3 in docker compose files #1301
11+
12+
### Fixed
13+
- Fixed history size exposure logging #1300
14+
815
## [v1.2.6] - 2023-11-24
916
### Added
1017
- Added a new query type `__query_types` #1295

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package internal
4343
// Due to all of this unreliability, this should be used as strictly informational
4444
// metadata, e.g. for caller version monitoring, never behavioral (use
4545
// FeatureVersion or feature flags instead).
46-
const LibraryVersion = "1.2.6"
46+
const LibraryVersion = "1.2.7"
4747

4848
// FeatureVersion is a semver that informs the server of what high-level behaviors
4949
// this client supports.

0 commit comments

Comments
 (0)