diff --git a/CHANGELOG.md b/CHANGELOG.md
index d11fec28d0a6bf454ce6a218b0c833476bf9d3a0..2a0c7dd49f9b65865bf319593b73abdf1850c508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,14 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
-* [#64](https://gitlab.com/caosdb/caosdb-pylib/-/issues/64) Use `Dict[]` and
-  `List[]` from `typing` for type hinting instead of `dict[]` and `list[]` for
-  compatibility with Python<3.9.
-
 ### Security ###
 
 ### Documentation ###
 
+## [0.7.4] - 2022-05-31
+(Florian Spreckelsen)
+
+### Fixed ###
+
+* [#64](https://gitlab.com/caosdb/caosdb-pylib/-/issues/64) Use `Dict[]` and
+  `List[]` from `typing` for type hinting instead of `dict[]` and `list[]` for
+  compatibility with Python<3.9.
+
 ## [0.7.3] - 2022-05-03
 (Henrik tom Wörden)