Skip to content

Commit

Permalink
Release v1.2.4 (#5407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaddoll committed Sep 27, 2023
1 parent 2df19da commit c93d6af
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.4] - 2023-09-27
### Added
Implement config store for MySQL (#5403)
Implement config store for PostgresSQL (#5405)

### Fixed
Remove database check for config store tests (#5401)
Fix persistence tests setup (#5402)
Retract v1.2.3 (#5406)

## [1.2.3] - 2023-09-15
### Added
Expose workflow history size and count to client (#5392)
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.3"
const VersionString = "1.2.4"

0 comments on commit c93d6af

Please sign in to comment.