From 50410532771a28e1d8fb96c54f3a13fc701c760b Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 17 Oct 2023 14:59:57 +0000 Subject: [PATCH] release: v0.11.0 Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 10 ++++++---- VERSION | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a4310..05aa789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.11.0 + +## Features +* feat: add support for agent configuration (#60) (Darren)([0742b18](https://github.com/lacework/terraform-aws-ssm-agent/commit/0742b185b365155424d537583e74fbbf8a8238d7)) +## Documentation Updates +* docs(readme): add terraform docs automation (#59) (Timothy MacDonald)([f274141](https://github.com/lacework/terraform-aws-ssm-agent/commit/f274141e79bd2495a2b1cf99fb83779f20986ba1)) +## Other Changes +* ci: version bump to v0.10.5-dev (Lacework)([2294ccc](https://github.com/lacework/terraform-aws-ssm-agent/commit/2294cccedaf68cd79d63f3019dd03bc625bc8aa8)) +--- # v0.10.4 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a3e3d36..e0d213f 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 `v0.10.4`. +Another day, another release. These are the release notes for the version `v0.11.0`. -## Bug Fixes -* fix: use correct type for enable syscall var (#56) (Nick Schmeller)([6fd17da](https://github.com/lacework/terraform-aws-ssm-agent/commit/6fd17dacb74a8d3d41ebfd8ad77e9ccd0ff4d141)) +## Features +* feat: add support for agent configuration (#60) (Darren)([0742b18](https://github.com/lacework/terraform-aws-ssm-agent/commit/0742b185b365155424d537583e74fbbf8a8238d7)) +## Documentation Updates +* docs(readme): add terraform docs automation (#59) (Timothy MacDonald)([f274141](https://github.com/lacework/terraform-aws-ssm-agent/commit/f274141e79bd2495a2b1cf99fb83779f20986ba1)) ## Other Changes -* ci: version bump to v0.10.4-dev (Lacework)([3a15e10](https://github.com/lacework/terraform-aws-ssm-agent/commit/3a15e10991f5be8537a8852ba5eb8d7eab44496a)) +* ci: version bump to v0.10.5-dev (Lacework)([2294ccc](https://github.com/lacework/terraform-aws-ssm-agent/commit/2294cccedaf68cd79d63f3019dd03bc625bc8aa8)) diff --git a/VERSION b/VERSION index 19fb447..142464b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.5-dev \ No newline at end of file +0.11.0 \ No newline at end of file