Skip to content

Commit

Permalink
Release v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht committed Feb 27, 2024
1 parent 18b0879 commit 1a2102e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.8] - 2024-02-27
- Support two-legged OAuth flow (#1304)
- Expose method to get default worker options (#1311)
- Added CloseTime filter to shadower (#1309)
- Making Workflow and Activity registration optional when they are mocked (#1256)
- Addressing difference in workflow interceptors when using the testkit (#1257)
- remove time.Sleep from tests (#1305)

## [v1.2.7] - 2023-12-6
### Changed
- Upgraded cassandra image to 4.1.3 in docker compose files #1301
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.7"
const LibraryVersion = "1.2.8"

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

0 comments on commit 1a2102e

Please sign in to comment.