From 7ebaef89cde7212ad80c451eec7a7886352251d3 Mon Sep 17 00:00:00 2001
From: Dorian Turba <commit.9wuzh@slmail.me>
Date: Sun, 4 Aug 2024 11:13:22 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.6=20=E2=86=92=200.4.7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bumpversion.toml | 2 +-
 CHANGELOG.md      | 2 ++
 README.md         | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.bumpversion.toml b/.bumpversion.toml
index 27feca5..a9d68f4 100644
--- a/.bumpversion.toml
+++ b/.bumpversion.toml
@@ -1,6 +1,6 @@
 [tool.bumpversion]
 commit = true
-current_version = "0.4.6"
+current_version = "0.4.7"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6294eda..95186db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.4.7] - 2024-08-04
+
 * Misc update of the project
 
 ## [0.4.6] - 2024-08-02
diff --git a/README.md b/README.md
index 79f0ab4..64a0b30 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ your instance:
 
 ```yaml
 include:
-    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.6
+    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.7
 ```
 
 [![Supported by GitLab.com](https://img.shields.io/badge/Supported_by-GitLab.com-orange)](https://gitlab.com)
@@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta
 
 ```yaml
 include:
-    -   remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.6/templates/release-by-changelog.yml'
+    -   remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.7/templates/release-by-changelog.yml'
 ```
 
 ### Customize job
-- 
GitLab