diff --git a/CHANGELOG.md b/CHANGELOG.md
index c58ffd35bbc207f94abdcc5937ab43d9fe758700..9bf7bff791342c1ca8d9c7fdec41c582e8e8f4c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,19 +5,15 @@ 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.2.0] ##
 
 ### Added ###
 
-### Changed ###
-
-### Deprecated ###
+- Jupyter notebook with examples was added in `doc/notebooks/`.
 
-### Removed ###
-
-### Fixed ###
+### Changed ###
 
-### Security ###
+- Depends on libcaosdb >= 0.2, boost-1.78.  Some other dependencies were updated as well.
 
 ## [0.1.2] - 2022-02-21 ##
 
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 1e3dc450cd709ca875a6f265040ede67bb36f4a0..4c5a73941334e3a858c287abe2789c2d60f4a55b 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -1,6 +1,6 @@
 # Dependencies for caosdb-octavelib #
 
-* caosdb-cpplib
+* caosdb-cpplib >= 0.2
 * octave >= 4.4
 * liboctave-dev (tested with 6.2.0)