diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e05096..cec9831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [8.0](https://github.com/johnnymillergh/python_boilerplate/compare/7.6...8.0) (2025-01-05) + + +### Features + +* **Poetry:** build with Poetry ([46df3c0](https://github.com/johnnymillergh/python_boilerplate/commit/46df3c03405dfef52f7ab7629c1b7a1349ffd555)) + + + # [7.6](https://github.com/johnnymillergh/python_boilerplate/compare/7.5.1...7.6) (2024-04-27) diff --git a/pyproject.toml b/pyproject.toml index c0d49f9..b3d4807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] package-mode = false name = "python-boilerplate" -version = "8.0-beta" +version = "8.0" description = "A boilerplate project for Python." authors = ["Johnny Miller "] license = "Apache-2.0"