diff --git a/CHANGELOG.md b/CHANGELOG.md index bd078e6..3fcfc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.2.0 + +## Features +* feat: use existing Diagnostic Settings (#96) (Pengyuan Zhao)([395823e](https://github.com/lacework/terraform-azure-activity-log/commit/395823ee90c1b69d5b195c8edf261304a06c30c2)) +## Other Changes +* chore: add lacework_metric_module datasource (#98) (Darren)([701287d](https://github.com/lacework/terraform-azure-activity-log/commit/701287d4f3274858d1174e2c94a32b749d11e4eb)) +* ci: version bump to v2.1.2-dev (Lacework)([8f4b3af](https://github.com/lacework/terraform-azure-activity-log/commit/8f4b3afb299be5e500c481cea8b0be6f202fa145)) +--- # v2.1.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 40bc7c7..be48958 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.1`. +Another day, another release. These are the release notes for the version `v2.2.0`. -## Bug Fixes -* fix: allow optional storage account network rules configuration' (#93) (Darren)([f424502](https://github.com/lacework/terraform-azure-activity-log/commit/f42450207a1d95010cb7c739fde189a40cee3c39)) -## Documentation Updates -* docs: correct variable descriptions (#95) (Darren)([c060a5f](https://github.com/lacework/terraform-azure-activity-log/commit/c060a5f56eb864aa7a99e2f959b731e8a33a0f0b)) +## Features +* feat: use existing Diagnostic Settings (#96) (Pengyuan Zhao)([395823e](https://github.com/lacework/terraform-azure-activity-log/commit/395823ee90c1b69d5b195c8edf261304a06c30c2)) ## Other Changes -* ci: version bump to v2.1.1-dev (Lacework)([2db2053](https://github.com/lacework/terraform-azure-activity-log/commit/2db20536b596bcb0ed1921efb91af54192252164)) +* chore: add lacework_metric_module datasource (#98) (Darren)([701287d](https://github.com/lacework/terraform-azure-activity-log/commit/701287d4f3274858d1174e2c94a32b749d11e4eb)) +* ci: version bump to v2.1.2-dev (Lacework)([8f4b3af](https://github.com/lacework/terraform-azure-activity-log/commit/8f4b3afb299be5e500c481cea8b0be6f202fa145)) diff --git a/VERSION b/VERSION index 3d9819c..e3a4f19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2-dev \ No newline at end of file +2.2.0 \ No newline at end of file