diff --git a/CHANGELOG.md b/CHANGELOG.md index a93fb60..2f72ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.1.0 + +## Features +* feat(GROW-2917): add output for lacework integration guid (#61) (Matt Cadorette)([05a8b3d](https://github.com/lacework/terraform-azure-config/commit/05a8b3da4aa3d8b611db5c874b7ae00619b4b803)) +## Other Changes +* ci: migrate from codefresh to github actions (#60) (Timothy MacDonald)([63915bc](https://github.com/lacework/terraform-azure-config/commit/63915bc1ac4892e4b0a9be84df230a91e84d2443)) +* ci: version bump to v2.0.3-dev (Lacework)([dafcd3d](https://github.com/lacework/terraform-azure-config/commit/dafcd3d7f756b58cc35acb2b62b9da0d67ea83b1)) +--- # v2.0.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 69d9695..a613c52 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.0.2`. +Another day, another release. These are the release notes for the version `v2.1.0`. -## Bug Fixes -* fix: docs links and add wait_time override example (#58) (Dan Daugherty)([f49315f](https://github.com/lacework/terraform-azure-config/commit/f49315f19998287b14bb9a4c12242fc4013ae63a)) +## Features +* feat(GROW-2917): add output for lacework integration guid (#61) (Matt Cadorette)([05a8b3d](https://github.com/lacework/terraform-azure-config/commit/05a8b3da4aa3d8b611db5c874b7ae00619b4b803)) ## Other Changes -* ci: version bump to v2.0.2-dev (Lacework)([c6423b8](https://github.com/lacework/terraform-azure-config/commit/c6423b8633ea2a433c28958bcfbc4b22c3c9b2f4)) +* ci: migrate from codefresh to github actions (#60) (Timothy MacDonald)([63915bc](https://github.com/lacework/terraform-azure-config/commit/63915bc1ac4892e4b0a9be84df230a91e84d2443)) +* ci: version bump to v2.0.3-dev (Lacework)([dafcd3d](https://github.com/lacework/terraform-azure-config/commit/dafcd3d7f756b58cc35acb2b62b9da0d67ea83b1)) diff --git a/VERSION b/VERSION index 198fac1..50aea0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3-dev \ No newline at end of file +2.1.0 \ No newline at end of file