diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b86ca8..ff00c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Check_done changes +## Version 1.1.0, 2024-12-10 + +- The default configuration file can now also use ".yml" as suffix (#32, contributed by @JMTyndall) +- Unused dependencies have been removed and the minimum Python version is now correctly 3.11 (#39, contributed by @JMTyndall) + ## Version 1.0.0, 2024-11-27 - Initial release diff --git a/pyproject.toml b/pyproject.toml index f2dc150..a0ab3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ testpaths = [ [tool.poetry] name = "check_done" -version = "1.0.0" +version = "1.1.0" description = "Check done issues on a GitHub project board" readme = "README.md" authors = ["Siisurit e.U."]