Skip to content

Commit b2a3657

Browse files
committed
Updated CHANGELOG
1 parent e2d5ddd commit b2a3657

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-08-30
12+
13+
- fix: Take patterns into account when computing hash ([#169](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/169))
14+
- feat: Add unique_id output of the lambda role ([#173](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/173))
15+
16+
1017
<a name="v2.13.0"></a>
1118
## [v2.13.0] - 2021-08-30
1219

@@ -483,7 +490,8 @@ All notable changes to this project will be documented in this file.
483490
- first commit
484491

485492

486-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.13.0...HEAD
493+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.14.0...HEAD
494+
[v2.14.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.13.0...v2.14.0
487495
[v2.13.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.12.0...v2.13.0
488496
[v2.12.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.11.0...v2.12.0
489497
[v2.11.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.10.0...v2.11.0

0 commit comments

Comments
 (0)