diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ada480..4202b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.0 + +## Features +* feat: add ability to change Lacework Server URL (#9) (Alan Nix)([a901333](https://github.com/lacework/terraform-aws-ecs-agent/commit/a901333cee4c01478c2f7c582ce6eb1ef8a40915)) +## Other Changes +* chore: version bump to v0.2.3-dev (Lacework)([28cbc1c](https://github.com/lacework/terraform-aws-ecs-agent/commit/28cbc1c0384a5c6445a8fb7ed0491e97e09cb3ae)) +--- # v0.2.2 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9404a78..10cf289 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.2`. +Another day, another release. These are the release notes for the version `v0.3.0`. +## Features +* feat: add ability to change Lacework Server URL (#9) (Alan Nix)([a901333](https://github.com/lacework/terraform-aws-ecs-agent/commit/a901333cee4c01478c2f7c582ce6eb1ef8a40915)) ## Other Changes -* chore: bump required version of TF to 0.12.31 (#7) (Scott Ford)([f9c3760](https://github.com/lacework/terraform-aws-ecs-agent/commit/f9c3760caa9b2e6a0a2a0b334a5a5b37682beb33)) -* chore: version bump to v0.2.2-dev (Lacework)([026457c](https://github.com/lacework/terraform-aws-ecs-agent/commit/026457c4855a686b0cc2bce8f2b91fa1fe22fab2)) +* chore: version bump to v0.2.3-dev (Lacework)([28cbc1c](https://github.com/lacework/terraform-aws-ecs-agent/commit/28cbc1c0384a5c6445a8fb7ed0491e97e09cb3ae)) diff --git a/VERSION b/VERSION index 43b320d..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3-dev \ No newline at end of file +0.3.0 \ No newline at end of file