diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63a43856..1934439c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,27 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_ and this project adheres to `Semantic Versioning `_ + +*********** +1.6.0_ - 2024-10-31 +*********** + +Changed +_______ + +- CKAN 2.11 support #551 +- Switched to alembic migrations #540 +- Support for SQLAlchemy 2 #553 +- Use pyproject.toml file #554 +- Add tab for harvest sources in sysadmin page + +Fixed +------- + +- Clean up harvest source clear command, fix revisions exception #556 +- Convert boolean values to bools #544 + + *********** 1.5.6_ - 2023-06-26 *********** @@ -413,7 +434,8 @@ Categories - ``Fixed`` for any bug fixes. - ``Security`` to invite users to upgrade in case of vulnerabilities. -.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...HEAD +.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.6.0...HEAD +.. _1.6.0: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...v1.6.0 .. _1.5.6: https://github.com/ckan/ckanext-harvest/compare/v1.5.5...v1.5.6 .. _1.5.5: https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5 .. _1.5.4: https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4 diff --git a/pyproject.toml b/pyproject.toml index 04efb49d..3e858599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-harvest" -version = "1.5.6" +version = "1.6.0" description = "Harvesting interface plugin for CKAN, plus harvester for other CKAN sites" authors = [ {name = "AdriĆ  Mercader", email = "amercadero@gmail.com"}