Skip to content

Commit 85fcaa8

Browse files
authored
Release v1.2.6 (#1299)
* update LibraryVersion to 1.2.0 * add changes of 1.2.0 to changelog * update LibraryVersion to 1.2.6 * fix typo
1 parent 5b6414d commit 85fcaa8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.6] - 2023-11-24
9+
### Added
10+
- Added a new query type `__query_types` #1295
11+
- Added calculate workflow history size and count and expose that to client #1270
12+
- Added honor non-determinism fail workflow policy #1287
813

914
## [v1.1.0] - 2023-11-06
1015
### Added

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.1.0"
46+
const LibraryVersion = "1.2.6"
4747

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

0 commit comments

Comments
 (0)