diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f40d6..c61b697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.2 (2025-06-07) + + ## v1.1.1 (2025-06-07) diff --git a/pyproject.toml b/pyproject.toml index cfc23bd..188bd91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagging-test" -version = "1.1.1" +version = "1.1.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"