diff --git a/CHANGELOG.md b/CHANGELOG.md index 028f6052..7620455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.4...v1.1.0) (2024-11-29) + + +### Features + +* Add `allow_html_description` config option ([#282](https://github.com/coveooss/json-schema-for-humans/issues/282)) ([6c5f00e](https://github.com/coveooss/json-schema-for-humans/commit/6c5f00e9d74095214a74820800d7389fac1ddcbe)) + ## [1.0.4](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.3...v1.0.4) (2024-11-27) diff --git a/pyproject.toml b/pyproject.toml index b7c3a9e8..c8c1095c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.0.4" +version = "1.1.0" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"