Skip to content

Commit 6174cd4

Browse files
committed
Updated CHANGELOG
1 parent 018890c commit 6174cd4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v2.14.0"></a>
11+
## [v2.14.0] - 2021-02-24
12+
13+
- docs: Add note on how to handle off-by-one validation record issue when upgrading to +v2.13.0 ([#75](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/75))
14+
- fix: bump min supported version due to types unsupported on current ([#74](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/74))
15+
- chore: add ci-cd workflow for pre-commit checks ([#73](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/73))
16+
17+
1018
<a name="v2.13.0"></a>
1119
## [v2.13.0] - 2021-02-19
1220

@@ -134,7 +142,8 @@ All notable changes to this project will be documented in this file.
134142
- Initial commit with all the code
135143

136144

137-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.13.0...HEAD
145+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.14.0...HEAD
146+
[v2.14.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.13.0...v2.14.0
138147
[v2.13.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.12.0...v2.13.0
139148
[v2.12.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.11.0...v2.12.0
140149
[v2.11.0]: https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v2.10.0...v2.11.0

0 commit comments

Comments
 (0)