From 17a13a4079c7c1c7b73e9ed74637c15028c1f2f5 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 12 Jul 2023 21:40:32 +0100 Subject: [PATCH] release: v0.2.0 (#3) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 7 ++++++- VERSION | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ed1a110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# v0.2.0 + +## Features +* feat: add module logic (#2) (Kolbeinn)([ecb9b1e](https://github.com/lacework/terraform-oci-iam-user/commit/ecb9b1e0876592d3a3804e0ff7a46e061f87f196)) +## Other Changes +* chore: apply Terraform module scaffolding (#1) (Kolbeinn)([c228015](https://github.com/lacework/terraform-oci-iam-user/commit/c228015bdd738e25bae001b55b4400d97fac3d53)) +--- + diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fe40c47..f8394c6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,7 @@ # Release Notes -Release notes are automatically generated during a release. +Another day, another release. These are the release notes for the version `v0.2.0`. + +## Features +* feat: add module logic (#2) (Kolbeinn)([ecb9b1e](https://github.com/lacework/terraform-oci-iam-user/commit/ecb9b1e0876592d3a3804e0ff7a46e061f87f196)) +## Other Changes +* chore: apply Terraform module scaffolding (#1) (Kolbeinn)([c228015](https://github.com/lacework/terraform-oci-iam-user/commit/c228015bdd738e25bae001b55b4400d97fac3d53)) diff --git a/VERSION b/VERSION index 0d4d124..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-dev +0.2.0 \ No newline at end of file