Skip to content

Commit

Permalink
Merge pull request #268 from GovDataOfficial/release-version-1.7.0
Browse files Browse the repository at this point in the history
Release version 1.7.0
  • Loading branch information
seitenbau-govdata authored Apr 4, 2024
2 parents 56ed623 + d5c9154 commit b8ebf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.6.0'
version = '1.7.0'

setup(
name='ckanext-dcat',
Expand Down

0 comments on commit b8ebf24

Please sign in to comment.