diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 7e08ec6..ee2bfff 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "0.9.2"
+  ".": "0.9.3"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..bc5f08d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+## [0.9.3](https://github.com/reanahub/pytest-reana/compare/0.9.2...0.9.3) (2024-01-09)
+
+
+### Continuous integration
+
+* **commitlint:** addition of commit message linter ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([67259a6](https://github.com/reanahub/pytest-reana/commit/67259a6c33413c84b53528413b88556b9cd2fb5d))
+* **release-please:** initial configuration ([#118](https://github.com/reanahub/pytest-reana/issues/118)) ([b87d9e9](https://github.com/reanahub/pytest-reana/commit/b87d9e973a35ae00bc76422fc39f444dea36a8ae))
diff --git a/pytest_reana/version.py b/pytest_reana/version.py
index 92d6c85..37cdcdd 100755
--- a/pytest_reana/version.py
+++ b/pytest_reana/version.py
@@ -14,4 +14,4 @@
 
 from __future__ import absolute_import, print_function
 
-__version__ = "0.9.2"
+__version__ = "0.9.3"