diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e46ca9..2983bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.11.0] - 2021-10-05 + ### Added - New additional check type, "unknown_schema_version_used" https://github.com/openownership/cove-bods/issues/56 diff --git a/setup.py b/setup.py index 4cc791c..3f6c007 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='libcovebods', - version='0.10.1', + version='0.11.0', author='Open Data Services', author_email='code@opendataservices.coop', url='https://github.com/openownership/lib-cove-bods',