From b947d734a9eb49fa15595a842d9acd7e83507938 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Mon, 24 Jul 2023 13:40:10 +0200
Subject: [PATCH] Added info on licenses_group_url cfg variable

---
 CHANGELOG.md | 20 +++++++++++---------
 README.md    |  8 ++++++++
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 252ba26c..745e6591 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
-### Added
-
-- Added editing of custom extra fields alongside the fixed fields in organizations form.
-- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
-
-### Removed
-
-- Removed language field from dataset form.
-
 ### Changed
 
 - Updated minimum CKAN version requirement from `2.9` to `2.10`. Please run `ckan db upgrade` after updating.
@@ -39,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
     - Replaced `before_index` with `before_dataset_index`
 - Updated minimu version of ckanext-spatial extension to `2.0.0`.
 
+## [2.2.0]
+
+### Added
+
+- Added editing of custom extra fields alongside the fixed fields in organizations form.
+- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
+
+### Removed
+
+- Removed language field from dataset form.
+
 ## [2.1.0]
 
 ### Added
diff --git a/README.md b/README.md
index 330ab155..d9782020 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,14 @@ Parameter | Type | Default | Description
 `ckanext.odsh.testuser` | `string` | `None` | Name of user for testing.
 `ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing.
 
+Additionaly you might want to set the following configuration parameters:
+
+```ini
+
+licenses_group_url = file://<path_to_ckan>/default/src/ckanext-odsh/ckanext/odsh/resources/licenses.json
+
+```
+
 ### Testing
 
 To ensure the quality and functionality of the `ckanext-odsh` extension, a comprehensive
-- 
GitLab