diff --git a/CHANGELOG.md b/CHANGELOG.md index 3108fb5..4800f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.10.3 + +## Bug Fixes +* fix: switch from bool to string for enable syscall (#53) (Nick Schmeller)([c72edbc](https://github.com/lacework/terraform-aws-ssm-agent/commit/c72edbc8a16947bd48b86f6ef6ff4a653c2e628d)) +## Other Changes +* ci: version bump to v0.10.3-dev (Lacework)([7e6ba4b](https://github.com/lacework/terraform-aws-ssm-agent/commit/7e6ba4b320830e747bedebd842ffa42574192aa1)) +--- # v0.10.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d2827f6..4f9032f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.10.2`. +Another day, another release. These are the release notes for the version `v0.10.3`. ## Bug Fixes -* fix: update incorrect variable name (#51) (Nick Schmeller)([aad18bc](https://github.com/lacework/terraform-aws-ssm-agent/commit/aad18bc801eef81fd8c6ae8558128dc583ac783b)) +* fix: switch from bool to string for enable syscall (#53) (Nick Schmeller)([c72edbc](https://github.com/lacework/terraform-aws-ssm-agent/commit/c72edbc8a16947bd48b86f6ef6ff4a653c2e628d)) ## Other Changes -* ci: version bump to v0.10.2-dev (Lacework)([c244ddf](https://github.com/lacework/terraform-aws-ssm-agent/commit/c244ddf82845738522e4c6075511edef45e8f12c)) +* ci: version bump to v0.10.3-dev (Lacework)([7e6ba4b](https://github.com/lacework/terraform-aws-ssm-agent/commit/7e6ba4b320830e747bedebd842ffa42574192aa1)) diff --git a/VERSION b/VERSION index 3eabe21..56e9df1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.3-dev \ No newline at end of file +0.10.3 \ No newline at end of file