diff --git a/CHANGELOG.md b/CHANGELOG.md index faaeb4d..74e7e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.3.7 (2024/05/07) + +### Bug Fixes + +- Add newline after properties table. ([14c60733](https://github.com/elisiariocouto/jsonschema-markdown/commit/14c60733669520e4b35637d20c8c7ecd479e4f17)) +- Use reference in sub-schema titles. ([3005c3a0](https://github.com/elisiariocouto/jsonschema-markdown/commit/3005c3a091811673d1aaf05b98ff75dc1dd0dc04)) + + +### Miscellaneous Tasks + +- Update dependencies. ([7fd491f4](https://github.com/elisiariocouto/jsonschema-markdown/commit/7fd491f41fe4e622dc1e2912ec021fb654f7e93b)) + + ## 0.3.6 (2024/04/16) ### Features diff --git a/pyproject.toml b/pyproject.toml index cc5d6f9..c066dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "jsonschema-markdown" license = "MIT" -version = "0.3.6" +version = "0.3.7" description = "Export a JSON Schema document to Markdown documentation." authors = ["Elisiário Couto "] repository = "https://github.com/elisiariocouto/jsonschema-markdown"