diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7caf4..106ca70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # v1.0 +## Release v1.0.7 - 2024/08/08 + +### Bug fixes + +- Fix Aws::AutoScaling::Errors::ValidationError https://github.com/reproio/ecs_deploy/pull/85 + ## Release v1.0.6 - 2024/03/19 ### Enhancement diff --git a/lib/ecs_deploy/version.rb b/lib/ecs_deploy/version.rb index ad11701..7236716 100644 --- a/lib/ecs_deploy/version.rb +++ b/lib/ecs_deploy/version.rb @@ -1,3 +1,3 @@ module EcsDeploy - VERSION = "1.0.6" + VERSION = "1.0.7" end