From 0ab7723302ffb64029bc648ff48ddc7ad4c4a4f8 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 2 Jun 2023 13:57:07 +0200 Subject: [PATCH] DOC: Update changelog for release --- CHANGELOG.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fede81c..2c1f5481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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 ### +## [0.10.0] - 2023-06-02 ## +(Florian Spreckelsen) ### Changed ### @@ -26,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * The InsertFilesInDir FlagJob now creates File entities without a name. The previous behavior caused severe performance problems for very large numbers of files. Issue: [#197](https://gitlab.com/caosdb/caosdb-server/-/issues/197) -### Deprecated ### - -### Removed ### - ### Fixed ### * Unexpected Server Error when inserting an Entity. -- GitLab