Skip to content

Commit f8887e2

Browse files
committed
Updated CHANGELOG
1 parent a1f0f61 commit f8887e2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 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="v1.45.0"></a>
11+
## [v1.45.0] - 2021-04-06
12+
13+
- fix: permission for lambda-to-lambda async calls ([#141](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/141))
14+
- chore: update documentation and pin `terraform_docs` version to avoid future changes ([#134](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/134))
15+
16+
1017
<a name="v1.44.0"></a>
1118
## [v1.44.0] - 2021-03-09
1219

@@ -360,6 +367,18 @@ All notable changes to this project will be documented in this file.
360367
- Initial terraform-aws-lambda implementation
361368
- Added example of Dockerfile for custom AWS Lambda build env
362369
- Added initial draft implementation of lambda.py and package.tf
370+
- Merge pull request [#8](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/8) from terraform-aws-modules/terraform-provider-githubfile-1591109277277141000
371+
- [ci skip] Create ".gitignore".
372+
- Merge pull request [#7](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/7) from terraform-aws-modules/terraform-provider-githubfile-1591109259601315000
373+
- [ci skip] Create ".pre-commit-config.yaml".
374+
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/5) from terraform-aws-modules/terraform-provider-githubfile-1591109219976213000
375+
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/3) from terraform-aws-modules/terraform-provider-githubfile-1591109219975583000
376+
- Merge pull request [#1](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/1) from terraform-aws-modules/terraform-provider-githubfile-1591109219975771000
377+
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/4) from terraform-aws-modules/terraform-provider-githubfile-1591109219975843000
378+
- [ci skip] Create ".editorconfig".
379+
- [ci skip] Create "Makefile".
380+
- [ci skip] Create "LICENSE".
381+
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
363382

364383

365384
<a name="v0.0.1"></a>
@@ -368,7 +387,8 @@ All notable changes to this project will be documented in this file.
368387
- first commit
369388

370389

371-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.44.0...HEAD
390+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.45.0...HEAD
391+
[v1.45.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.44.0...v1.45.0
372392
[v1.44.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.43.0...v1.44.0
373393
[v1.43.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.42.0...v1.43.0
374394
[v1.42.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.41.0...v1.42.0

0 commit comments

Comments
 (0)