diff --git a/.bumpversion.toml b/.bumpversion.toml
index 8868f9b8aa38fe1b3fc661d0e07d2895f2ce0f7a..1b029993d926dd27e4186fd5a12d37db5c3d51c1 100644
--- a/.bumpversion.toml
+++ b/.bumpversion.toml
@@ -1,6 +1,6 @@
 [tool.bumpversion]
 commit = true
-current_version = "2.0.2"
+current_version = "2.0.3"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0558a4d170b4bce8df78c0771b72d02712b88b07..bc2103bd2075a4512f5797504b6b0294dd117ecb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 include:
     -   remote: 'https://gitlab.com/swepy/cicd-templates/docker-build/-/raw/0.2.0/templates/docker-build.yml'
     -   remote: 'https://gitlab.com/swepy/cicd-templates/pypi-to-docker-missing-version/-/raw/0.2.0/templates/pypi-to-docker-missing-version.yml'
-    -   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'
 
 release_by_changelog:
     rules:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e81caa4b0815c97d971850f6afbe8affb7500331..2e4fef716a83f0e8bac54f5573b7f029935d7570 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]
 
+## [2.0.3] - 2024-07-03
+
+### Fixed
+
+* New versions will now be release during the `deploy` stage
+
 ## [2.0.2] - 2024-07-03
 
 ### Fixed