From db80bed94a702d6e445dd442dec84a8946ba73c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:23:49 -0400 Subject: [PATCH] chore(main): release 0.10.0 (#30) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4885451..efaf765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.10.0](https://github.com/briancaffey/terraform-aws-django/compare/v0.9.6...v0.10.0) (2022-06-11) + + +### Features + +* **services:** add lifecycle settings to ecs services to ignore changes for task_definition and desired count ([0f4ad7f](https://github.com/briancaffey/terraform-aws-django/commit/0f4ad7f8136814ba8c132981f6d3923bc8218dad)) + ## [0.9.6](https://github.com/briancaffey/terraform-aws-django/compare/v0.9.5...v0.9.6) (2022-06-03)