diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e6825..98e2d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.2.0 + +## Features +* feat: Updated Azure provider versions (#37) (Japneet Singh)([1e1d649](https://github.com/lacework/terraform-azure-agentless-scanning/pull/37/commits/1e1d6493be2546799a7222bb8916632b7f1ebae7)) +* feat: support regions not supported by Azure (#16) (Ao Zhang)([4e05d59](https://github.com/lacework/terraform-azure-agentless-scanning/commit/4e05d59c6c9184f4dca930a56eec6466abf35727)) +## Other Changes +* chore(GROW-2952): add codeowners (#33) (Matt Cadorette)([74d74d8](https://github.com/lacework/terraform-azure-agentless-scanning/commit/74d74d8336cd93a0ab1dfd59fbc3a6121d970ee6)) +* ci: version bump to v1.1.3-dev (Lacework)([7e8380f](https://github.com/lacework/terraform-azure-agentless-scanning/commit/7e8380fdd29678e2eda2cae0b79cc8a6823cea59)) +--- # v1.1.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3751394..bf9c59a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.1.2`. +Another day, another release. These are the release notes for the version `v1.2.0`. -## Bug Fixes -* fix: fix off by one validator condition (#31) (Ao Zhang)([8a2b7d4](https://github.com/lacework/terraform-azure-agentless-scanning/commit/8a2b7d4842901e16289149b6e10819a04cdeb5c1)) +## Features +* feat: Updated Azure provider versions (#37) (Japneet Singh)([1e1d649](https://github.com/lacework/terraform-azure-agentless-scanning/pull/37/commits/1e1d6493be2546799a7222bb8916632b7f1ebae7)) +* feat: support regions not supported by Azure (#16) (Ao Zhang)([4e05d59](https://github.com/lacework/terraform-azure-agentless-scanning/commit/4e05d59c6c9184f4dca930a56eec6466abf35727)) ## Other Changes -* ci: version bump to v1.1.2-dev (Lacework)([81ce337](https://github.com/lacework/terraform-azure-agentless-scanning/commit/81ce337c503c4926ad7ac8ba1849f187dfda08fb)) +* chore(GROW-2952): add codeowners (#33) (Matt Cadorette)([74d74d8](https://github.com/lacework/terraform-azure-agentless-scanning/commit/74d74d8336cd93a0ab1dfd59fbc3a6121d970ee6)) +* ci: version bump to v1.1.3-dev (Lacework)([7e8380f](https://github.com/lacework/terraform-azure-agentless-scanning/commit/7e8380fdd29678e2eda2cae0b79cc8a6823cea59)) diff --git a/VERSION b/VERSION index db160f3..867e524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3-dev \ No newline at end of file +1.2.0 \ No newline at end of file