diff --git a/CHANGELOG.md b/CHANGELOG.md index c25c33f..c7043e3 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.15.0] - 2023-06-16 + This Release marks a very big refactoring to use with new cove and new libcove2 library. ### Added diff --git a/setup.py b/setup.py index df9572e..d8a2669 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="libcovebods", - version="0.14.0", + version="0.15.0", author="Open Data Services", author_email="code@opendataservices.coop", url="https://github.com/openownership/lib-cove-bods",