diff --git a/CHANGELOG.md b/CHANGELOG.md index a0805da..c316931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.3.4 + +## Other Changes +* chore(GROW-2952): add codeowners (#19) (Matt Cadorette)([fbf0d4c](https://github.com/lacework/terraform-oci-iam-user/commit/fbf0d4c759a1466da89d510aa08c53ccfa9c6eb1)) +* ci: migrate from codefresh to github actions (#18) (Timothy MacDonald)([714b556](https://github.com/lacework/terraform-oci-iam-user/commit/714b5567e526efd444512d49d990c97b7f8fbfb1)) +* ci: add workflows for testing codefresh migration (#17) (Timothy MacDonald)([11c76de](https://github.com/lacework/terraform-oci-iam-user/commit/11c76de4edd40096406b59d4f907846221462246)) +* ci: version bump to v0.3.4-dev (Lacework)([0928ab9](https://github.com/lacework/terraform-oci-iam-user/commit/0928ab90f06a3edaf38a9d37dab23ab78e477884)) +--- # v0.3.3 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b84933e..bb96a1e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.3.3`. +Another day, another release. These are the release notes for the version `v0.3.4`. ## Other Changes -* chore: set local var module name (#15) (Darren)([b238766](https://github.com/lacework/terraform-oci-iam-user/commit/b238766a9020a46f51dcff24abd3abca2a26d1c3)) -* ci: version bump to v0.3.3-dev (Lacework)([af5d543](https://github.com/lacework/terraform-oci-iam-user/commit/af5d5430b7ed747ea2646311694f31c8f1207f02)) +* chore(GROW-2952): add codeowners (#19) (Matt Cadorette)([fbf0d4c](https://github.com/lacework/terraform-oci-iam-user/commit/fbf0d4c759a1466da89d510aa08c53ccfa9c6eb1)) +* ci: migrate from codefresh to github actions (#18) (Timothy MacDonald)([714b556](https://github.com/lacework/terraform-oci-iam-user/commit/714b5567e526efd444512d49d990c97b7f8fbfb1)) +* ci: add workflows for testing codefresh migration (#17) (Timothy MacDonald)([11c76de](https://github.com/lacework/terraform-oci-iam-user/commit/11c76de4edd40096406b59d4f907846221462246)) +* ci: version bump to v0.3.4-dev (Lacework)([0928ab9](https://github.com/lacework/terraform-oci-iam-user/commit/0928ab90f06a3edaf38a9d37dab23ab78e477884)) diff --git a/VERSION b/VERSION index e87bc63..448a0fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.4-dev \ No newline at end of file +0.3.4 \ No newline at end of file