diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e01351..514f2ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- Added 'SecretBrinary' suport to `AwsSecret` block - [#274](https://github.com/PrefectHQ/prefect-aws/pull/274) ### Fixed @@ -18,6 +17,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## 0.4.5 + +Released November 30th, 2023. + +### Fixed + +- Bug where Prefect API key provided to ECS tasks was masked - [#347](https://github.com/PrefectHQ/prefect-aws/pull/347) + +## 0.4.4 + +Released November 29th, 2023. + +### Changed + +- Mask Prefect API key in logs - [#341](https://github.com/PrefectHQ/prefect-aws/pull/341) + +## 0.4.3 + +Released November 13th, 2023. + +### Added + +- `SecretBrinary` suport to `AwsSecret` block - [#274](https://github.com/PrefectHQ/prefect-aws/pull/274) + ## 0.4.2 Released November 6th, 2023.