diff --git a/CHANGELOG.md b/CHANGELOG.md index 98287ce1..da24aed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.6.0...HEAD) -* Add support for `DCATAP.applicableLegislation` and `DCATAP.hvdCategory` to the `euro_dcat_ap_2` profile + +## [v1.6.0](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...v1.6.0) - 2024-02-29 + +* Add support for `DCATAP.applicableLegislation` and `DCATAP.hvdCategory` to the `euro_dcat_ap_2` profile (#262) * Improve access service tests (#258) * Fix missing access service items when parsing dataset (#256) diff --git a/setup.py b/setup.py index c5bf4cf0..7fc139df 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.1' +version = '1.6.0' setup( name='ckanext-dcat',