diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c8e812e0384fd7b9d07cf677bc2b2ca83f6ebce..629fc69ead0cd9cc33dfaecae2b27c58bef4e5f3 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]
 
+## [0.1.3] - 2024-05-08
+
+### Fixed
+
+* automated tests new check for gitlab layout
+
 ## [0.1.2] - 2024-05-08
 
 ### Fixed
diff --git a/pyproject.toml b/pyproject.toml
index 4ed46417112bef9b7a9b196c2983ee87237008fa..bad405f1e3b7704d420e48b5523e79b78161663c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ plugins.line-length.enabled = false
 allow-dirty = true
 commit = true
 config-file = "pyproject.toml"
-current_version = "0.1.2"
+current_version = "0.1.3"
 parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
 replace = "{new_version}"
 search = "{current_version}"