From 8d5558cdbfcc80c40d9641080800731c14d1c049 Mon Sep 17 00:00:00 2001 From: Alexander Streed Date: Tue, 13 Sep 2022 09:52:13 -0500 Subject: [PATCH] Prep v0.1.4 release (#107) * Update CHANGELOG.md * Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- CHANGELOG.md | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8cd1727b..97c4eefd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,4 +4,7 @@ ## Relevant Issue(s) - \ No newline at end of file + + +## Checklist +- [ ] Summarized PR's changes in the **Unreleased** section of the [CHANGELOG.md](https://github.com/PrefectHQ/prefect-aws/blob/main/CHANGELOG.md) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d7002c..4a2057bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## 0.1.4 + +Released on September 13th, 2022. + +### Changed + +- Increased default timeout on the `ECSTask` block - [#106](https://github.com/PrefectHQ/prefect-aws/pull/106) + ## 0.1.3 Released on September 12th, 2022.