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