diff --git a/CHANGELOG.md b/CHANGELOG.md index f292595..50293cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. +## [0.11.2] - 2024-09-16 + +### Fixed + +- pdoc wouldn't render; solved by setting Pydantic dependency < 2.9 + + ## [0.11.1] - 2024-09-16 #### Added diff --git a/pyproject.toml b/pyproject.toml index 42ba76a..5c1457d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spond-classes" -version = "0.11.1" +version = "0.11.2" description = "Experimental Python class abstraction layer for `spond` package." authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"