Skip to content

Commit

Permalink
Release v1.2.2 (#5388)
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng authored Aug 30, 2023
1 parent 99daa45 commit e5f605c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

You can find a list of previous releases on the [github releases](https://github.com/uber/cadence/releases) page.

## [1.2.2] - 2023-08-29
### Added
Added a update workflow execution count metric for RI (#5386)

### Fixed
Fixed nil pointer issue in domain migration command rendering (#5378)

### Changed
Pass partition config and isolation group to history/matching even if isolation is disabled (#5385)

## [1.2.1] - 2023-08-24
### Added
Added guardrail to on scalable tasklist number of write partitions (#5331)
Expand Down
2 changes: 1 addition & 1 deletion common/metrics/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
package metrics

// VersionString the current release version
const VersionString = "1.2.1"
const VersionString = "1.2.2"

0 comments on commit e5f605c

Please sign in to comment.