Skip to content

Commit ceab5f5

Browse files
committed
Updated CHANGELOG
1 parent 92c9b86 commit ceab5f5

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="v1.48.0"></a>
11+
## [v1.48.0] - 2021-04-26
12+
13+
- fix: make lambda function depend on the Cloudwatch log group ([#133](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/133))
14+
- fix: add documentation for the :zip command ([#115](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/115))
15+
- feat: Added example to show creation of Lambdas with for_each ([#146](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/146))
16+
17+
1018
<a name="v1.47.0"></a>
1119
## [v1.47.0] - 2021-04-19
1220

@@ -399,7 +407,8 @@ All notable changes to this project will be documented in this file.
399407
- first commit
400408

401409

402-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.47.0...HEAD
410+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.48.0...HEAD
411+
[v1.48.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.47.0...v1.48.0
403412
[v1.47.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.46.0...v1.47.0
404413
[v1.46.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.45.0...v1.46.0
405414
[v1.45.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.44.0...v1.45.0

0 commit comments

Comments
 (0)