From 37a0f4b51ea9fbb01152a97d281d46aab5b14502 Mon Sep 17 00:00:00 2001 From: Joris Coenen Date: Tue, 12 Apr 2022 18:46:06 +0200 Subject: [PATCH] Prepare release v1.4.1 --- .VERSION | 2 +- CHANGELOG.md | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.VERSION b/.VERSION index e21e727f..13175fdc 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.4.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 93272ad9..043ca1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,26 @@ -[//]: # "START/LATEST" - +[//]: # (START/LATEST) # Latest ## Features + * A user-friendly description of a new feature. {issue-number} + +## Fixes + * A user-friendly description of a fix. {issue-number} -- A user-friendly description of a new feature. {issue-number} +## Security + * A user-friendly description of a security fix. {issue-number} + +--- + +[//]: # "START/v1.4.1" + +# v1.4.1 ## Fixes - OwnerReferences on secrets are now persisted after an item is updated. {#101} - Annotations from a Deployment or OnePasswordItem are no longer applied to Secrets that are created for it. {#102} -## Security - -- A user-friendly description of a security fix. {issue-number} - --- [//]: # "START/v1.4.0"