Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn authored and github-actions[bot] committed Oct 22, 2024
1 parent b788be5 commit 087a1c8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0...master)
## [Unreleased](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.3.1...master)

### Added

Expand All @@ -32,6 +32,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nothing

<!-- New Release notes will be placed here automatically -->
## [v0.3.1](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.3.0...v0.3.1) - 2024-10-22

### Updated

- Add some feature to make custom policy statement
- Change `aws_iam_role_policy` resource to `aws_iam_policy` and `aws_iam_role_policy_attachment` resources

**Full Changelog**: https://github.com/rabiloo/terraform-aws-ecs/compare/v0.3.0...v0.3.1

## [v0.3.0](https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.3...v0.3.0) - 2024-09-19

### Added
Expand Down

0 comments on commit 087a1c8

Please sign in to comment.