diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index a2634c8..52fb4a4 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -15,7 +15,7 @@ Types of changes: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [unreleased] - {date} +## [0.23.0] - 2021-11-01 ### Changed - Updated dependency versions. Most notable is scikit-learn to ">= 0.23.1". diff --git a/pyproject.toml b/pyproject.toml index a4b5da7..7299de4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.22.1" +version = "0.23.0" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]