diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c6c7e..92cc7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.3...master) +## [Unreleased](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.3.0...master) ### Added @@ -32,6 +32,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing +## [v0.3.0](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.3...v0.3.0) - 2024-09-19 + +### Added + +- Add submodule `execution-role` +- Add submodule `task-role` + +### Updated + +- Update dependabot config +- Update Github Workflow + +### Deprecated + +- Deprecated module `rabiloo/ecs/aws` +- Deprecated submodule `rabiloo/ecs/aws//modules/ecs-execution-role` +- Deprecated submodule `rabiloo/ecs/aws//modules/ecs-task-role` + ## [v0.2.3](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.2...v0.2.3) - 2023-06-06 ### Fixed