diff --git a/CHANGELOG.md b/CHANGELOG.md index 482e125..2117d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.6.0] - 2023-08-31 + ### Changed - Replace '_' with '-' in HTML anchors https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema/pull/51 diff --git a/setup.py b/setup.py index 2d6c96e..2794572 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='sphinxcontrib-opendataservices-jsonschema', - version='0.5.1', + version='0.6.0', url='https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema', license='BSD', author='Takeshi KOMIYA & Open Data Services Co-operative',