Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update CHANGELOG.md for v0.4.5 #348

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,37 @@ 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

### Deprecated

### 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.
Expand Down