diff --git a/CHANGELOG.md b/CHANGELOG.md index efae64cd..c48332a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.6.0...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.7.0...HEAD) -* Adds support for the latest Hydra vocabulary. For backward compatibility, the old properties are still supported but marked as deprecated. +## [v1.7.0](https://github.com/ckan/ckanext-dcat/compare/v1.6.0...v1.7.0) - 2024-04-04 + +* Adds support for the latest Hydra vocabulary. For backward compatibility, the old properties are still supported but marked as deprecated. (#267) ## [v1.6.0](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...v1.6.0) - 2024-02-29 diff --git a/setup.py b/setup.py index 7fc139df..fda14619 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.6.0' +version = '1.7.0' setup( name='ckanext-dcat',