From 9ea88160087b8b7abc206b1f23ae984eb451f08e Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Tue, 11 Oct 2022 15:19:56 +0200
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d80a17c..6fcd19ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,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.1.0] - 2022-10-11
+(Florian Spreckelsen)
 
 ### Added
 
@@ -23,10 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * MAINT: Renamed module from `newcrawler` to `caoscrawler`
 * MAINT: Removed global converters from `crawl.py`
 
-### Deprecated
-
-### Removed
-
 ### Fixed
 
 * FIX: #12
@@ -37,6 +34,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   hints to be compatible to python 3.8
 * [#9](https://gitlab.com/caosdb/caosdb-crawler/-/issues/9): Sclaras of types
   different than string can now be given in cfood definitions
-
-
-### Security
-- 
GitLab