diff --git a/CHANGELOG.md b/CHANGELOG.md
index d84ae6ed6761fb8fc623a0accde156af71e5ea70..1a4815a0714d311bd7fb2a4a3cdd946283ff9575 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.3.4] - 2024-05-12
+
+* Better documentation
+
 ## [0.3.3] - 2024-05-12
 
 ### Fixed
diff --git a/README.md b/README.md
index 9fa21bb0b261c7278c1e00d1a609513963afbd0a..394251261d469eac3d4281a104de216cf3383d6a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ As a Template:
 ```yaml
 include:
     -   project: 'swepy/cicd-templates/release-by-changelog'
-        ref: '0.3.3'
+        ref: '0.3.4'
         file: 'templates/release-by-changelog.yml'
 ```
 
@@ -29,7 +29,7 @@ As a Component:
 ```yaml
 # As a Component
 include:
-    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.3
+    -   component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.4
 ```
 
 ### Customize job
diff --git a/pyproject.toml b/pyproject.toml
index fbc5c672627df3ad88af53b6ebafe6bc3f2cc07f..9ecf386c41f2c520a36e3f4f7dc11e80ff1d5b8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool.bumpversion]
 commit = true
 config-file = "pyproject.toml"
-current_version = "0.3.3"
+current_version = "0.3.4"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"