Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.1.2 #32

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.1.2

## Bug Fixes
* fix: fix off by one validator condition (#31) (Ao Zhang)([8a2b7d4](https://github.com/lacework/terraform-azure-agentless-scanning/commit/8a2b7d4842901e16289149b6e10819a04cdeb5c1))
## Other Changes
* ci: version bump to v1.1.2-dev (Lacework)([81ce337](https://github.com/lacework/terraform-azure-agentless-scanning/commit/81ce337c503c4926ad7ac8ba1849f187dfda08fb))
---
# v1.1.1

## Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.1.1`.
Another day, another release. These are the release notes for the version `v1.1.2`.

## Bug Fixes
* fix: dependency on global resource group creation (#29) (Ao Zhang)([c67c592](https://github.com/lacework/terraform-azure-agentless-scanning/commit/c67c5923a416bb4c80f5f5a1467f2153d0dd14a5))
* fix: fix off by one validator condition (#31) (Ao Zhang)([8a2b7d4](https://github.com/lacework/terraform-azure-agentless-scanning/commit/8a2b7d4842901e16289149b6e10819a04cdeb5c1))
## Other Changes
* ci: version bump to v1.1.1-dev (Lacework)([23d38c1](https://github.com/lacework/terraform-azure-agentless-scanning/commit/23d38c112b83816bf899582f616d8afda177c560))
* ci: version bump to v1.1.2-dev (Lacework)([81ce337](https://github.com/lacework/terraform-azure-agentless-scanning/commit/81ce337c503c4926ad7ac8ba1849f187dfda08fb))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2-dev
1.1.2
Loading