diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57ade59f..63a43856 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,15 @@ 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.5.6_ - 2023-06-26 +*********** + +Fixed +------- + +- Fix url endpoint for job_show #534 + *********** 1.5.5_ - 2023-06-05 *********** @@ -404,7 +413,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.5...HEAD +.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...HEAD +.. _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 .. _1.5.3: https://github.com/ckan/ckanext-harvest/compare/v1.5.2...v1.5.3 diff --git a/setup.py b/setup.py index 20a364de..f1efc208 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.5' +version = '1.5.6' setup( name='ckanext-harvest',