From 76ac31d665cd43a95cb2d6131aead3a8f26b9802 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 29 Oct 2021 13:34:45 +0200
Subject: [PATCH] REL: update changelog, bump version of pom.xml, update
 DEPENDENCIES

---
 CHANGELOG.md    | 2 +-
 DEPENDENCIES.md | 4 ++--
 caosdb-webui    | 2 +-
 pom.xml         | 2 +-
 src/doc/conf.py | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bd479a6..03a78683 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.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [v0.5.0] - 2021-10-19
 
 ### Added
 
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 3af219c2..6159dcd8 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -1,5 +1,5 @@
-* caosdb-mysqlbackend == 4.1.0
+* caosdb-mysqlbackend == 5.0.0
 * Java 11
 * Apache Maven >= 3.6.0
 * make >= 4.2.0
-- easy-units >= 0.0.1    https://gitlab.com/timm.fitschen/easy-units
+* More dependencies are being pulled and installed automatically by Maven. See the complete list of dependencies in the [pom.xml](pom.xml)
diff --git a/caosdb-webui b/caosdb-webui
index c2dc8e9e..d29e9a02 160000
--- a/caosdb-webui
+++ b/caosdb-webui
@@ -1 +1 @@
-Subproject commit c2dc8e9e9e0517ee7fb0d280717211a015906f64
+Subproject commit d29e9a020f67fc07f42d1a023883b697ef922a8e
diff --git a/pom.xml b/pom.xml
index d2616a45..19a0ef7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.caosdb</groupId>
   <artifactId>caosdb-server</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <properties>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 16e049be..86bfd654 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.5'
 # The full version, including alpha/beta/rc tags
-release = '0.5.0-SNAPSHOT'
+release = '0.5.0
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab