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