Skip to content

Commit 05817a2

Browse files
committed
Updated CHANGELOG
1 parent 9c3730b commit 05817a2

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v2.1.0"></a>
11+
## [v2.1.0] - 2021-05-20
12+
13+
- feat: Added destination_config in aws_lambda_event_source_mapping ([#152](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/152))
14+
- chore: update CI/CD to use stable `terraform-docs` release artifact and discoverable Apache2.0 license ([#149](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/149))
15+
- chore: Updated versions&comments in examples
16+
- chore: Updated versions in README
17+
18+
1019
<a name="v2.0.0"></a>
1120
## [v2.0.0] - 2021-04-26
1221

@@ -393,18 +402,6 @@ All notable changes to this project will be documented in this file.
393402
- Initial terraform-aws-lambda implementation
394403
- Added example of Dockerfile for custom AWS Lambda build env
395404
- Added initial draft implementation of lambda.py and package.tf
396-
- Merge pull request [#8](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/8) from terraform-aws-modules/terraform-provider-githubfile-1591109277277141000
397-
- [ci skip] Create ".gitignore".
398-
- Merge pull request [#7](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/7) from terraform-aws-modules/terraform-provider-githubfile-1591109259601315000
399-
- [ci skip] Create ".pre-commit-config.yaml".
400-
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/5) from terraform-aws-modules/terraform-provider-githubfile-1591109219976213000
401-
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/3) from terraform-aws-modules/terraform-provider-githubfile-1591109219975583000
402-
- Merge pull request [#1](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/1) from terraform-aws-modules/terraform-provider-githubfile-1591109219975771000
403-
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/4) from terraform-aws-modules/terraform-provider-githubfile-1591109219975843000
404-
- [ci skip] Create ".editorconfig".
405-
- [ci skip] Create "Makefile".
406-
- [ci skip] Create "LICENSE".
407-
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
408405

409406

410407
<a name="v0.0.1"></a>
@@ -413,7 +410,8 @@ All notable changes to this project will be documented in this file.
413410
- first commit
414411

415412

416-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.0.0...HEAD
413+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.1.0...HEAD
414+
[v2.1.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v2.0.0...v2.1.0
417415
[v2.0.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.48.0...v2.0.0
418416
[v1.48.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.47.0...v1.48.0
419417
[v1.47.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.46.0...v1.47.0

0 commit comments

Comments
 (0)