diff --git a/CHANGELOG.md b/CHANGELOG.md index a351631e2..adbf10ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.19.1] - 2022-06-02 +### Changed +- Do not retry on LimitExceededError (#1170) [Mantas Šidlauskas] + ## [v0.19.0] - 2022-01-05 ### Added - Added JWT Authorization Provider. This change includes a dependency that uses v2+ go modules. They no longer match import paths, meaning that we have to **drop support for dep & glide** in order to use this. [#1116](https://github.com/uber-go/cadence-client/pull/1116)