From 6a92dacd07615b189e71aa3548ab17132649e87f Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 19 Mar 2024 15:57:02 +0900 Subject: [PATCH] Prepare release 1.0.6 --- CHANGELOG.md | 11 +++++++++++ lib/ecs_deploy/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fd5f6..5e7caf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # v1.0 +## Release v1.0.6 - 2024/03/19 + +### Enhancement + +- Make region fallback logic consistent in Capistrano tasks https://github.com/reproio/ecs_deploy/pull/91 +- Add runtime_platform to task_definition. https://github.com/reproio/ecs_deploy/pull/92 + +### Bug fixes + +- Delete option :placement_strategy if DAEMON service https://github.com/reproio/ecs_deploy/pull/93 + ## Release v1.0.5 - 2023/03/15 ### Enhancement diff --git a/lib/ecs_deploy/version.rb b/lib/ecs_deploy/version.rb index 0ffc12e..ad11701 100644 --- a/lib/ecs_deploy/version.rb +++ b/lib/ecs_deploy/version.rb @@ -1,3 +1,3 @@ module EcsDeploy - VERSION = "1.0.5" + VERSION = "1.0.6" end