Skip to content

Commit 294a523

Browse files
committed
add CHANGELOG.md
1 parent 2b4f8ea commit 294a523

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# terraform-aws-certbot-cloudflare-lambda Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [2.0.0] - 2019-05-27
8+
9+
- update for HCL2 in Terraform versions > 0.12
10+
- constrain AWS provider for terraform 0.12 version >= 2.12
11+
- added CHANGELOG.md
12+
13+
## [1.1.4] - 2019-05-27
14+
15+
- Update base layer for new Lambda runtime environment
16+
17+
## [1.1.3] - 2019-05-08
18+
19+
- Documentation Adjustments
20+
21+
## [1.1.2] - 2019-04-12
22+
23+
- constrain AWS provider to versions >= 2.0
24+
- necessary due to [attribute values swap](https://www.terraform.io/docs/providers/aws/guides/version-2-upgrade.html#arn-and-layer_arn-attribute-value-swap) in versiions >= 2.0
25+
26+
## [1.1.1] - 2019-03-30
27+
28+
- update README.md
29+
30+
## [1.1.0] - 2019-03-30
31+
32+
- Add Terraform Major version pinning and aws region
33+
34+
## [1.0.0] - 2019-03-30
35+
36+
- Initial Release
37+
38+
[2.0.0]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.1.4...2.0.0
39+
[1.1.4]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.1.3...1.1.4
40+
[1.1.3]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.1.2...1.1.3
41+
[1.1.2]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.1.1...1.1.2
42+
[1.1.1]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.1.0...1.1.1
43+
[1.1.0]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/compare/1.0.0...1.1.0
44+
[1.0.0]: https://github.com/robertpeteuil/terraform-aws-certbot-cloudflare-lambda/tree/1.0.0

0 commit comments

Comments
 (0)