Skip to content

Commit ec5b8c4

Browse files
ketsiambakutiml3136jakobht
authored
Release v1.2.9 (cadence-workflow#1317)
* Release v1.2.7 * Release v1.2.8 * Empty commit to trigger github CI * add retract directive for v1.2.8 * Update version and changelog --------- Co-authored-by: Tim Li <[email protected]> Co-authored-by: Tim Li <[email protected]> Co-authored-by: Jakob Haahr Taankvist <[email protected]>
1 parent 641292b commit ec5b8c4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+7
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.9] - 2024-03-01
9+
### Added
10+
- retract directive for v1.2.8
11+
12+
### Changed
13+
- Revert breaking changes from v1.2.8 (#1315)
14+
815
## [v1.2.8] - 2024-02-27
916
- Support two-legged OAuth flow (#1304)
1017
- Expose method to get default worker options (#1311)

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ require (
7070
)
7171

7272
retract (
73+
v1.2.8 // Contains bad commits
7374
v1.2.5 // Published accidentally
7475
v1.2.4 // Published accidentally
7576
v1.2.3 // Published accidentally

internal/version.go

+1-1
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.8"
46+
const LibraryVersion = "1.2.9"
4747

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

0 commit comments

Comments
 (0)