diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87b97cf305fabd07f18e8b01db81abca26bca612..328feecccf5f2d112bfeedf6d2875cef086fb840 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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).
 
-## [Unreleased]
+## [2.3.0]
 
 ### Added
 
diff --git a/README.md b/README.md
index d4f4f63a41eb02281fca090fd869f35bfdd7000f..10e552829915b7ce75ebecb9845749729b317092 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,6 @@ the config file is located at `/etc/ckan/default/production.ini`).
       odsh_collections
       qa
       archiver
-      recline_view
       report
       spatial_metadata
       spatial_query
diff --git a/ckanext/odsh/resources/licenses.json b/ckanext/odsh/resources/licenses.json
index 10cfb2b2f6d8550c5d865300cb399d8c0515a8a5..d30b92ffcd3b5d01243c1d3f252ca915c44ae7ef 100644
--- a/ckanext/odsh/resources/licenses.json
+++ b/ckanext/odsh/resources/licenses.json
@@ -152,6 +152,14 @@
     "title": "Creative Commons Namensnennung -- Keine Bearbeitung 3.0 Unported (CC BY-ND 3.0)",
     "url": "http://creativecommons.org/licenses/by-nd/3.0/"
   },
+  {
+    "id": "http://dcat-ap.de/def/licenses/cc-by-nd",
+    "is_okd_compliant": false,
+    "is_osi_compliant": false,
+    "status": "active",
+    "title": "Creative Commons Namensnennung -- Keine Bearbeitung (CC BY-ND)",
+    "url": "http://creativecommons.org/licenses/by-nd/3.0/"
+  },
   {
     "id": "http://dcat-ap.de/def/licenses/cc-by-nc-de/3.0",
     "od_conformance": "not reviewed",