Skip to content

Commit 720968a

Browse files
committed
Updated CHANGELOG
1 parent c63d2cb commit 720968a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
15
<a name="unreleased"></a>
26
## [Unreleased]
37

48

59

10+
<a name="v2.1.0"></a>
11+
## [v2.1.0] - 2020-06-23
12+
13+
- fix: Remove the dependency of hard coded region and availability zones ([#22](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/22))
14+
15+
616
<a name="v2.0.0"></a>
717
## [v2.0.0] - 2019-06-09
818

@@ -20,7 +30,6 @@
2030
<a name="v1.3.0"></a>
2131
## [v1.3.0] - 2019-03-08
2232

23-
- Merge pull request [#6](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/6) from asantos-fuze/add-tag-support
2433
- Add tag support for ECS module
2534

2635

@@ -35,11 +44,8 @@
3544
## [v1.1.0] - 2019-01-22
3645

3746
- Run pre-commit -a
38-
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/5) from martynova1/patch-2
3947
- Add ARN output to README
40-
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/4) from martynova1/patch-1
4148
- Add arn output
42-
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/3) from andig/typos
4349
- Fix typos
4450

4551

@@ -48,7 +54,6 @@
4854

4955
- Updated README.md
5056
- Added pre-commit hooks with docs
51-
- Merge pull request [#2](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/2) from terraform-aws-modules/initial-setup
5257
- Use this_ in the outputs
5358
- Fix output when create cluster is false
5459
- Move ec2-instances to main.tf in the example for easier reading
@@ -72,7 +77,8 @@
7277
- Initial commit
7378

7479

75-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.0.0...HEAD
80+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.1.0...HEAD
81+
[v2.1.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.0.0...v2.1.0
7682
[v2.0.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.4.0...v2.0.0
7783
[v1.4.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.3.0...v1.4.0
7884
[v1.3.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.2.0...v1.3.0

0 commit comments

Comments
 (0)