diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cf9c52..554588f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ Valid subsections within a version are: Things to be included in the next release go here. +--- + +## v1.0.0 (2024-08-27) + ### Added - Added a reusable workflow to check the Python API for breaking changes: [`check-api-for-breaking-changes.yml`](./workflows/check-api-for-breaking-changes.md) diff --git a/pyproject.toml b/pyproject.toml index a411c445..c6aa04cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ wrap-summaries = 0 [tool.poetry] package-mode = false -version = "0.0.1" +version = "1.0.0" [tool.poetry.dependencies] python = "~3.12"