diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index f1b58d9..5c589ef 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.2] - 2021-12-13 ### Fixed - Fixes parsing the activity_class attribute on the athlete model returned by `read_fit(metadata=True)`. It should now handle all possible values. diff --git a/pyproject.toml b/pyproject.toml index 42efcce..78175cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.23.1" +version = "0.23.2" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]