diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f1513a9e74bee362f59c9b37087f3ca932fb4eb..bb288b8114d2a54b8a146e0d62a04c2deea45b5a 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.1] - 2024-05-12
+
 * More documentation
 
 ## [0.4.0] - 2024-05-12
diff --git a/README.md b/README.md
index 4828af74196cc84b16301ded142f7fb32e3b5007..5f4031981c76499f8663fc5aa4a1658ddf368b33 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/release-by-changelog@0.4.0/release-by-changelog.yml'
+    -   remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/release-by-changelog@0.4.1/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.0'
+        ref: '0.4.1'
         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.0
+    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.1
 ```
 
 ### Customize job
diff --git a/pyproject.toml b/pyproject.toml
index 23bf57fc77d6878488f53cb119e85a49a4f058dc..df6f5b567b1001e478cc8e82f486e6398b185f1c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool.bumpversion]
 commit = true
 config-file = "pyproject.toml"
-current_version = "0.4.0"
+current_version = "0.4.1"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"