From e529590b6f8069ca71381b1cc1e727634795f254 Mon Sep 17 00:00:00 2001 From: akihiro17 Date: Wed, 7 Aug 2024 23:14:11 +0900 Subject: [PATCH] v1.0.7 --- CHANGELOG.md | 6 ++++++ lib/ecs_deploy/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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