diff --git a/CHANGELOG.md b/CHANGELOG.md index c61b697..8466004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v1.1.3 (2025-06-07) + +### Bug Fixes + +- **readme**: Non critical issue, but still an issue + ([`cb06128`](https://github.com/muszyn/release-testing/commit/cb061287cd96aa8d841f0066a6c4f2992a82a160)) + + ## v1.1.2 (2025-06-07) diff --git a/pyproject.toml b/pyproject.toml index 188bd91..ec37826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagging-test" -version = "1.1.2" +version = "1.1.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"