diff --git a/CHANGELOG.md b/CHANGELOG.md
index b926ed15fbe38763c5ce213b7d1a2daa271811d3..57855b62fa16f7f1f99f014352d257701196bcf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,10 @@ 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).
 
-## [Unpublished]
+## [0.5.0] - 2022-03-25
+(Timm Fitschen)
 
-### Added (for new features, dependecies etc.)
+### Added
 
 * entity_acl module which adds a button to each entity which links to the
   webui-acm module. Enable via BUILD_MODULE_EXT_ENTITY_ACL=ENABLED.
@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   css classes for the markers of required fields in CaosDB form elements.
 * The navbar has now an html id `caosdb-navbar-full`
 
-### Changed (for changes in existing functionality)
+### Changed
 
 * Added `show` option to caosdb_map.MapConfig for showing the map initially and
   storing the state accross page reloads. Defaults to `false`. This also bumps
@@ -26,11 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   backwards-compatible for the map config. Clients need to update their
   version string in their config file, tho.
 
-### Deprecated (for soon-to-be removed features)
+### Deprecated
 
-### Removed (for now removed features)
+### Removed
 
-### Fixed (for any bug fixes)
+### Fixed
 
 * Fixed saving of text properties that were changed in the Source-Editing mode
   of the WYSIWYG editor.
@@ -38,9 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Fixed an issue whereby missing property descriptions in the edit mode would
   lead to wrongly detected entity updates in the server
 
-### Security (in case of vulnerabilities)
+### Security
 
-### Documentation (for notable additions or changes of the documentation)
+### Documentation
 
 ## [0.4.2] - 2021-12-06