diff --git a/CHANGELOG.md b/CHANGELOG.md index 7620455b..25ca87ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/coveooss/json-schema-for-humans/compare/v1.1.0...v1.1.1) (2024-11-29) + + +### Bug Fixes + +* Deprecate `minify` CLI option ([b428474](https://github.com/coveooss/json-schema-for-humans/commit/b428474ba6eeee0c0dd66ce9ae842a4a46c3b3d6)) + # [1.1.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.4...v1.1.0) (2024-11-29) diff --git a/pyproject.toml b/pyproject.toml index c8c1095c..ac219ad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.1.0" +version = "1.1.1" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"