diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4b621b..3d9227a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...HEAD) -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.0...HEAD) + +## [v1.5.1](https://github.com/ckan/ckanext-dcat/compare/v1.5.0...v1.5.1) - 2023-06-20 * Fix tests to work with `ckanext-harvest >= 1.5.4`. (#250) * Add references for dcat:accessService to the `euro_dcat_ap_2` profile (#251) diff --git a/setup.py b/setup.py index 84c3ec16..c5bf4cf0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.0' +version = '1.5.1' setup( name='ckanext-dcat',