Skip to content

Commit a34decf

Browse files
committed
Updated CHANGELOG
1 parent 684fd17 commit a34decf

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
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.6.0"></a>
11+
## [v2.6.0] - 2020-06-10
12+
13+
- Updated README
14+
- feat: Add certificate transparency log option to ACM ([#18](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/18))
15+
- Update ".pre-commit-config.yaml".
16+
- Create "LICENSE".
17+
- Create ".gitignore".
18+
- Create ".pre-commit-config.yaml".
19+
- Create "Makefile".
20+
- Create ".editorconfig".
21+
22+
623
<a name="v2.5.0"></a>
724
## [v2.5.0] - 2019-12-19
825

@@ -13,32 +30,27 @@
1330
<a name="v2.4.0"></a>
1431
## [v2.4.0] - 2019-11-12
1532

16-
- Updated CHANGELOG
1733
- Updated pre-commit hooks
1834
- Define local.validation_domains properly. ([#28](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/28))
1935

2036

2137
<a name="v2.3.0"></a>
2238
## [v2.3.0] - 2019-09-02
2339

24-
- Updated CHANGELOG
2540
- Updated pre-commit hooks
2641
- Replace template usage with 0.12 compatible list comprehension ([#17](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/17))
2742

2843

2944
<a name="v2.2.0"></a>
3045
## [v2.2.0] - 2019-07-08
3146

32-
- Updated CHANGELOG
3347
- Improved access by index to help with deletion (relates to [#10](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/10))
3448

3549

3650
<a name="v2.1.0"></a>
3751
## [v2.1.0] - 2019-06-17
3852

39-
- Updated CHANGELOG
4053
- Updated pre-commit-terraform to support terraform-docs and Terraform 0.12
41-
- Updated CHANGELOG
4254
- Terraform.012 upgrade ([#9](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/9))
4355

4456

@@ -52,7 +64,6 @@
5264
<a name="v2.0.0"></a>
5365
## [v2.0.0] - 2019-06-05
5466

55-
- Updated CHANGELOG
5667
- Terraform.012 upgrade ([#9](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/9))
5768

5869

@@ -81,7 +92,8 @@
8192
- Initial commit with all the code
8293

8394

84-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.5.0...HEAD
95+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.6.0...HEAD
96+
[v2.6.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.5.0...v2.6.0
8597
[v2.5.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.4.0...v2.5.0
8698
[v2.4.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.3.0...v2.4.0
8799
[v2.3.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.2.0...v2.3.0

0 commit comments

Comments
 (0)