From 628512427dd3bb3bacd592daafa424cf5aac4486 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 12 Jul 2022 11:10:46 +0200
Subject: [PATCH] REL: prepare release 0.8.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 249f8186..5b655206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +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]
+## [0.8.0] - 2022-07-12
+(Timm Fitschen)
 
 ### Added
 
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index ba9de363..0f380b92 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -12,7 +12,7 @@
 
 ## For Deploying a Web User Interface (optional)
 
-* `>=caosdb-webui 0.6.0`
+* `>=caosdb-webui 0.8.0`
 
 ## For Building the Documentation (optional)
 
diff --git a/FEATURES.md b/FEATURES.md
index 9cad165e..485172f0 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -12,7 +12,7 @@
     (caosdb.entity.v1.Query) in a single transaction. The server throws an
     error if it finds more than one query.
 * Legacy XML/HTTP API (Deprecated)
-* Deployment of caosdb-webui (>=v0.4.1)
+* Deployment of caosdb-webui (>=0.8.0)
 * Server-side Scripting API (v0.1)
 * CaosDB Query Language Processor
 * CaosDB FileSystem
diff --git a/caosdb-webui b/caosdb-webui
index 86dc30e3..e719e10b 160000
--- a/caosdb-webui
+++ b/caosdb-webui
@@ -1 +1 @@
-Subproject commit 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6
+Subproject commit e719e10b90594a158e704863611b7ab9b0440f80
diff --git a/pom.xml b/pom.xml
index 733a5b4c..8152f45b 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.8.0-SNAPSHOT</version>
+  <version>0.8.0</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index ba98f7e5..181ff4fb 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.8.0'
 # The full version, including alpha/beta/rc tags
-release = '0.8.0-SNAPSHOT'
+release = '0.8.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab