From 5143b904c5c1e7ee340548fb2dfc59f7f472c396 Mon Sep 17 00:00:00 2001 From: Salim Afiune Date: Tue, 16 Mar 2021 20:55:25 -0600 Subject: [PATCH] Release v0.1.7 (#29) --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 ++++++--- VERSION | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ed417..af76234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.7 + +## Bug Fixes +* fix: loosen up required version of Lacework provider (#27) (Alan Nix)([c7d44a9](https://github.com/lacework/terraform-aws-cloudtrail/commit/c7d44a973ae6480fc62a57cb7f85dad052f6eab8)) +## Other Changes +* chore: loosen up version pinnings (Salim Afiune Maya)([8bbbd32](https://github.com/lacework/terraform-aws-cloudtrail/commit/8bbbd3220452875d6116842ce94c4fc44f1978d9)) +* ci: switch releases to be own by Lacework releng ⚡ (Salim Afiune Maya)([0678609](https://github.com/lacework/terraform-aws-cloudtrail/commit/067860970f5cabf2e3a1692ce202a0c4261c1cdb)) +--- # v0.1.6 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 69a2a64..843ed9d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.6`. +Another day, another release. These are the release notes for the version `v0.1.7`. -## Documentation Updates -* docs: Update examples for all scenarios (#24) (Scott Ford)([8f2c9d4](https://github.com/lacework/terraform-aws-cloudtrail/commit/8f2c9d4f70fe4b18481c4254228a18929056e418)) +## Bug Fixes +* fix: loosen up required version of Lacework provider (#27) (Alan Nix)([c7d44a9](https://github.com/lacework/terraform-aws-cloudtrail/commit/c7d44a973ae6480fc62a57cb7f85dad052f6eab8)) +## Other Changes +* chore: loosen up version pinnings (Salim Afiune Maya)([8bbbd32](https://github.com/lacework/terraform-aws-cloudtrail/commit/8bbbd3220452875d6116842ce94c4fc44f1978d9)) +* ci: switch releases to be own by Lacework releng ⚡ (Salim Afiune Maya)([0678609](https://github.com/lacework/terraform-aws-cloudtrail/commit/067860970f5cabf2e3a1692ce202a0c4261c1cdb)) diff --git a/VERSION b/VERSION index 075c961..a1e1395 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7-dev \ No newline at end of file +0.1.7 \ No newline at end of file