From 14ea426671af14d0bf2a3a325f4d54ab38594eee Mon Sep 17 00:00:00 2001
From: Dorian Turba <commit.9wuzh@slmail.me>
Date: Wed, 26 Jun 2024 11:22:35 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.4.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGELOG.md   | 6 ++++++
 README.md      | 6 +++---
 pyproject.toml | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2c6782..ec0a6d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.4.3] - 2024-06-26
+
+### Fixed
+
+* Default stage now set to `deploy`
+
 ## [0.4.2] - 2024-06-10
 
 ### Fixed
diff --git a/README.md b/README.md
index 6b7ff41..ece5d05 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ As a remote Template (recommended):
 
 ```yaml
 include:
-    -   remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.2/templates/release-by-changelog.yml'
+    -   remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.3/templates/release-by-changelog.yml'
 ```
 
 As a local Template (if the template is local to the instance):
@@ -27,7 +27,7 @@ As a local Template (if the template is local to the instance):
 ```yaml
 include:
     -   project: 'swepy/cicd-templates/release-by-changelog'
-        ref: '0.4.2'
+        ref: '0.4.3'
         file: 'templates/release-by-changelog.yml'
 ```
 
@@ -36,7 +36,7 @@ component is local to the instance):
 
 ```yaml
 include:
-    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.2
+    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.3
 ```
 
 ### Customize job
diff --git a/pyproject.toml b/pyproject.toml
index 2263ca2..05703a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool.bumpversion]
 commit = true
 config-file = "pyproject.toml"
-current_version = "0.4.2"
+current_version = "0.4.3"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"
-- 
GitLab