From 4fdd784308c9a8947b96e17365175f626a4d1b0b Mon Sep 17 00:00:00 2001 From: Marija <93824048+MarijaKnezevic@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:17:19 +0200 Subject: [PATCH] Created CHANGELOG.md --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e3c5fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,60 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +For releases `< 1.0.0` minor version steps may indicate breaking changes too. +## [1.0.1] - 2023-03-16 +### Fixed +- small bug fixes metioned in tum-gis/ckanext-relation-sddi/issues/6 + +## [1.0.0] - 2023-03-16 +### Changed +Update and compatibility with the CKAN > v2.9.0 + +## [ckan-2.8] - 2023-03-16 + +This Release of the CKAN extension is intended to be used in combination with the [SDDI CKAN Docker container](https://github.com/tum-gis/SDDI-CKAN-Docker) and is tested just only with CKAN 2.8.0. + +## [template] - YYYY-MM-DD + +### Added + +### Changed + +### Removed + +### Fixed + +### Security + +### Deprecated + +### Known issues + +## [template] - YYYY-MM-DD + +### Added + +### Changed + +### Removed + +### Fixed + +### Security + +### Deprecated + +### Known issues + +[Unreleased]: https://github.com/tum-gis/ckan-docker/compare/0.0.5...HEAD +[1.0.1]: https://github.com/tum-gis/ckan-docker/compare/1.0.0...1.0.1 +[1.0.0]: https://github.com/tum-gis/ckan-docker/compare/0.0.5...1.0.0 +[0.0.5]: https://github.com/tum-gis/ckan-docker/compare/0.0.4...0.0.5 +[0.0.4]: https://github.com/tum-gis/ckan-docker/compare/0.0.3...0.0.4 +[0.0.3]: https://github.com/tum-gis/ckan-docker/compare/0.0.2...0.0.3 +[0.0.2]: https://github.com/tum-gis/ckan-docker/compare/0.0.1...0.0.2 +[0.0.1]: https://github.com/tum-gis/ckan-docker/releases/tag/0.0.1 +[template]: https://keepachangelog.com/en/1.0.0/