From 6b4f0137799e4821287ea82c9f7f512107a8e611 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:06:53 -0800 Subject: [PATCH] release: v0.3.1 (#15) Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 10 +++------- VERSION | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c466aca..ba1ef2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.1 + +## Other Changes +* chore: add lacework_metric_module datasource (#14) (Darren)([6964f07](https://github.com/lacework/terraform-oci-config/commit/6964f07ae35fa124e98ae4932808631f8c441eb7)) +* ci: version bump to v0.3.1-dev (Lacework)([601e7b4](https://github.com/lacework/terraform-oci-config/commit/601e7b4b449d5bbce8164aabf7580642179aa647)) +--- # v0.3.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2b50676..3d2f34b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.3.0`. +Another day, another release. These are the release notes for the version `v0.3.1`. -## Features -* feat(SPM-1806): add random string to resources to avoid collissions (#12) (Kolbeinn)([4986a10](https://github.com/lacework/terraform-oci-config/commit/4986a109c16dc081c84843be0817ffccabed524b)) -## Documentation Updates -* docs(readme): add terraform docs automation (#11) (Timothy MacDonald)([dab8533](https://github.com/lacework/terraform-oci-config/commit/dab8533257b0d0f9661c6b52fe274eb6b8740835)) -* docs: add a note about OCI eventual consistency issues (#9) (Kolbeinn)([db545e2](https://github.com/lacework/terraform-oci-config/commit/db545e2f070c47f7ec8e1c9f18fe0ae544dbcaa3)) ## Other Changes -* ci: version bump to v0.2.2-dev (Lacework)([33d5213](https://github.com/lacework/terraform-oci-config/commit/33d52135ce232829075c17024493b48989a3f4d6)) +* chore: add lacework_metric_module datasource (#14) (Darren)([6964f07](https://github.com/lacework/terraform-oci-config/commit/6964f07ae35fa124e98ae4932808631f8c441eb7)) +* ci: version bump to v0.3.1-dev (Lacework)([601e7b4](https://github.com/lacework/terraform-oci-config/commit/601e7b4b449d5bbce8164aabf7580642179aa647)) diff --git a/VERSION b/VERSION index 20c82e2..a2268e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1-dev \ No newline at end of file +0.3.1 \ No newline at end of file