Skip to content

Commit 73ce9ae

Browse files
committed
Updated CHANGELOG
1 parent fb1cbe2 commit 73ce9ae

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v1.7.0"></a>
11+
## [v1.7.0] - 2021-05-09
12+
BUG FIXES:
13+
- Fixed version of minimist package ([#35](https://github.com/antonbabenko/modules.tf-lambda/issues/35))
14+
- resolved conflict for dependent botocore library ([#34](https://github.com/antonbabenko/modules.tf-lambda/issues/34))
15+
- Skip edges without from/to values (eg, VPN)
16+
- Fixed case of dependencies to be always lowercase
17+
18+
DOCS:
19+
- Fix a few more links ([#52](https://github.com/antonbabenko/modules.tf-lambda/issues/52))
20+
- Updated links in README
21+
- Updated link to modules.tf-lambda-infra repo
22+
23+
FEATURES:
24+
- Added Lambda, API Gateway, CloudFront modules, and some refactoring ([#60](https://github.com/antonbabenko/modules.tf-lambda/issues/60))
25+
- Adding security group rules ([#27](https://github.com/antonbabenko/modules.tf-lambda/issues/27))
26+
27+
1028
<a name="v1.6.0"></a>
1129
## [v1.6.0] - 2020-03-22
1230
FEATURES:
@@ -47,7 +65,8 @@ FEATURES:
4765

4866

4967

50-
[Unreleased]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.6.0...HEAD
68+
[Unreleased]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.7.0...HEAD
69+
[v1.7.0]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.6.0...v1.7.0
5170
[v1.6.0]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.5.0...v1.6.0
5271
[v1.5.0]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.4.0...v1.5.0
5372
[v1.4.0]: https://github.com/antonbabenko/modules.tf-lambda/compare/v1.3.0...v1.4.0

0 commit comments

Comments
 (0)