From 48de0583782995eb3dbbc2cdf19f5b264a9569d0 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 18 Oct 2023 11:15:10 -0500 Subject: [PATCH 1/2] Preparing release 1.2.1 --- .VERSION | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.VERSION b/.VERSION index 867e5243..cb174d58 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ee5cab..2d946121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ --- +[//]: # (START/v1.2.1) +# v1.2.1 + +## Fixes + * Fix item creation with sections. {96} + +--- + [//]: # (START/v1.2.0) # v1.2.0 From ebd21c37e8df85b1fda204d72847cb8ff708fdc4 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 18 Oct 2023 11:19:05 -0500 Subject: [PATCH 2/2] Fix PR links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d946121..115197c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ # v1.2.1 ## Fixes - * Fix item creation with sections. {96} + * Fix item creation with sections. {#96} --- @@ -29,7 +29,7 @@ ## Fixes * Improved sanitization for use with Github action. - * Terraform provider no longer lowercases item label. {59} + * Terraform provider no longer lowercases item label. {#59} ## Security * Updated dependencies with secuirty vulnerbilities to patched versions