From 1a9442baa7896aa2aea998935fcfa6b40357c793 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 13 Nov 2024 09:32:25 +0100
Subject: [PATCH] DOC: Update changelog for release

---
 CHANGELOG.md | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d77e5842..de809931 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,18 +5,19 @@ 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.16.0] - 2024-11-13 ##
 
 ### Added ###
+
 * `ParentList` and `PropertyList` now have a `filter` function that allows to select a subset of
   the contained elements by ID and/or name.
-
 * Official support for Python 3.13
 * Added arguments to `describe_diff` that allow customizing the labels for the 'old' and the 'new' diffs.
 * Optional `realm` argument for `linkahead_admin.py set_user_password`
   which defaults to `None`, i.e., the server's default realm.
 
 ### Changed ###
+
 * `compare_entities` is now case insensitive with respect to property and
   recordtype names
 * `_ParentList` is now called `ParentList`
@@ -24,21 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * `ParentList.remove` is now case insensitive when a name is used.
 
 ### Deprecated ###
+
 * the use of the arguments `old_entity` and `new_entity` in `compare_entities`
   is now deprecated. Please use `entity0` and `entity1` respectively instead.
 
-### Removed ###
-
 ### Fixed ###
 
 * [gitlab.indiscale.com#200](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/merge_requests/153)
   ``linkahead_admin.py`` prints reasonable error messages when users
   or roles don't exist.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.15.1] - 2024-08-21 ##
 
 ### Deprecated ###
-- 
GitLab