From b81909d6f53c2a491b57da794f607c0ced8fd6a8 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 22 Sep 2022 12:00:51 +0200
Subject: [PATCH] DOC: Updated CHANGELOG.

---
 CHANGELOG.md    | 12 ++++--------
 DEPENDENCIES.md |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c58ffd3..9bf7bff 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 1e3dc45..4c5a739 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)
 
-- 
GitLab