diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf321619c1e385e861796d3c314d59a9921eb2e1..02295dbb7ee91a930a15b7ce318a167358d47383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,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.10.0] - 2022-12-19
+(Florian Spreckelsen)
 
 ### Added
 
@@ -13,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   A list of entity roles and names can be specified via the newly added
   `BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS` build variable. See the docstring
   of `queryForm.initFreeSearch` for more information.
+* [#188](https://gitlab.com/caosdb/caosdb-webui/-/issues/188) Properties can be
+  hidden/shown only for certain users/roles.
 * [#189](https://gitlab.com/caosdb/caosdb-webui/-/issues/189) The order in which
   the properties of (Records of) a RecordType are displayed can be configured.
 
@@ -28,16 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   is pressed, when the autocompletion drop-down is not open, the query is being
   submitted.
 
-### Deprecated
-
-### Removed
-
-### Fixed
-
-### Security
-
-### Documentation
-
 ## [0.9.0] - 2022-11-02
 (Florian Spreckelsen)
 
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 9c6f7e4c7880c488ec116662c2ed49e2bd85d8a1..49d5f792e8cd17bf6ccf4c9402686e0c557919ce 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -1,4 +1,4 @@
-* CaosDB Server 0.8.0
+* CaosDB Server 0.8.1
 * Make 4.2.0
 
 # Java Script Libraries (included in this repository)
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 6050977e9f455b2dcdb9102e376d1839ae93c627..9c8fb8b0efdeb765156b1b6ab92b9cafea6669a1 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.9.1'
+version = '0.10.0'
 # The full version, including alpha/beta/rc tags
-release = '0.9.1-SNAPSHOT'
+release = '0.10.0'
 
 
 # -- General configuration ---------------------------------------------------