diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e39d6c..8ef4f39 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.3.0] - 2023-09-14 + When upgrading to this version, `ALLOWED_UNKNOWN_CONTENT_TYPES` must be set in the Django settings file, ideally from the settings file included with this library. ## Added diff --git a/setup.py b/setup.py index e6f9ea3..cfc59f1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="libcoveweb2", - version="0.2.0", + version="0.3.0", author="Open Data Services", author_email="code@opendataservices.coop", packages=find_packages(),