diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0f6e0a..3cb8a7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed -- Replaced all non-GDI extension locations by their original ones. ### Security + +## [v1.1.1] - 2024-03-01 + +### Added +- chore: #15 add REUSE headers by @brunopacheco1 in #44 +- feat(harvester): Configure automatic CRON job for CKAN Harvester #25 by @hcvdwerf in #45 + +### Fixed +- fix: Re-add ckanext scheming extension from Civity to solved harvester issues +- fix(theme-fetcher): handle empty iterable in theme reduction process #36 by @hcvdwerf in #48 + ## [v1.0.0] - 2024-01-30 ### Added @@ -39,3 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Unused datastore dependencies. + +### Fixed +- Replaced all non-GDI extension locations by their original ones.