diff --git a/CHANGELOG.md b/CHANGELOG.md index 69de7af8..028f6052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.3...v1.0.4) (2024-11-27) + + +### Bug Fixes + +* **python:** support python3.13 and drop python3.8 ([#273](https://github.com/coveooss/json-schema-for-humans/issues/273)) ([063410e](https://github.com/coveooss/json-schema-for-humans/commit/063410e6cf13975c0a01280c404287a996a537dd)) + ## [1.0.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.2...v1.0.3) (2024-08-30) diff --git a/pyproject.toml b/pyproject.toml index 319c42a3..57aa4c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.0.3" +version = "1.0.4" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"