From a610043150b00bb4ce9f68b0765e83d052f458ab Mon Sep 17 00:00:00 2001 From: Alexander Streed Date: Wed, 16 Nov 2022 20:34:46 -0600 Subject: [PATCH] Updates change log for 0.1.8 --- CHANGELOG.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d679a65..1abca082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,23 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added `family` field to `ECSTask` to configure task definition family names — [#152](https://github.com/PrefectHQ/prefect-aws/pull/152) - ### Changed -- Changes the default `ECSTask` family to include the flow and deployment names if available — [#152](https://github.com/PrefectHQ/prefect-aws/pull/152) - ### Deprecated ### Removed ### Fixed +### Security -- Fixed failure while watching ECS task execution when the task is missing — [#153](https://github.com/PrefectHQ/prefect-aws/pull/153) +## 0.1.8 +Released on November 16th, 2022. -### Security +### Added + +- Added `family` field to `ECSTask` to configure task definition family names — [#152](https://github.com/PrefectHQ/prefect-aws/pull/152) + +### Changed + +- Changes the default `ECSTask` family to include the flow and deployment names if available — [#152](https://github.com/PrefectHQ/prefect-aws/pull/152) + +### Fixed + +- Fixed failure while watching ECS task execution when the task is missing — [#153](https://github.com/PrefectHQ/prefect-aws/pull/153) ## 0.1.7