From 585b4d0ae8010bcf2a907b299b82c1ba260c3c76 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 25 Oct 2023 12:48:39 +0200
Subject: [PATCH] REL: prepare release 0.12.0

---
 CHANGELOG.md    | 13 ++-----------
 DEPENDENCIES.md |  4 ++--
 caosdb-webui    |  2 +-
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fca5f27..504eec18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,15 +5,8 @@ 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.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
-
-### Added
-
-### Changed
-
-### Deprecated
-
-### Removed
+## [0.12.0] - 2023-10-24
+(Timm Fitschen)
 
 ### Fixed
 
@@ -22,8 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Unknown Server Error when inserting an Entity.
   [linkahead-mariadbbackend](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/48)
 
-### Security
-
 ## [0.11.0] 2023-10-13 ##
 
 ### Added ###
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index fbcb186e..197af984 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -3,7 +3,7 @@
 ## For Building and Running the Server
 
 * `>=caosdb-proto 0.3.0`
-* `>=caosdb-mysqlbackend 5.0.0`
+* `>=caosdb-mysqlbackend 7.0.0`
 * `>=Java 11`
 * `>=Apache Maven 3.6.0`
 * `>=Make 4.2`
@@ -13,7 +13,7 @@
 
 ## For Deploying a Web User Interface (optional)
 
-* `>=caosdb-webui 0.8.0`
+* `>=caosdb-webui 0.13.0`
 
 ## For Building the Documentation (optional)
 
diff --git a/caosdb-webui b/caosdb-webui
index e6fef9f3..d5f9090e 160000
--- a/caosdb-webui
+++ b/caosdb-webui
@@ -1 +1 @@
-Subproject commit e6fef9f35da49dfea5b11f99b872d15c35fd043d
+Subproject commit d5f9090eca25a92fc44dbeeba305768e8d9f4bcb
-- 
GitLab