diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b4f3f70c523fa57300322c74876553ad92ace20..b88389685ff678a46794f8f4ac73997967ecdd52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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] ##
 
 ### Added ###
 
@@ -13,15 +13,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Triggers the quality checker.
 - Docker build file and instructions.
 - CI pipeline.
-
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
-
-### Fixed ###
-
-### Security ###
-
-### Documentation ###
diff --git a/README.md b/README.md
index 7f35de5582cc7b602d4379ec2a2928ee5274a462..8756abb32e00a6f81e44d9e538470c5882ebee90 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # FAIR Dataspaces RuQaD
 
-RuQaD (Reuse Quality-assured Data) is a demonstrator for connecting and populating FAIR data spaces.
-Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on the data, stores the results
-in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC (Eclipse Dataspace
-Components)](https://projects.eclipse.org/projects/technology.edc) instance.
+RuQaD (**R**e**u**se **Q**uality-**a**ssured **D**ata) is a demonstrator for connecting and
+populating FAIR data spaces.  Ruqad connects to [Kadi4Mat](https://kadi.iam.kit.edu/) instances, runs [quality checks](https://git.rwth-aachen.de/fair-ds/ap-4-2-demonstrator/ap-4.2-data-validation-and-quality-assurance-demonstrator) on
+the data, stores the results in a [LinkAhead](https://getlinkahead.com) instance and makes the data available via an [EDC
+(Eclipse Dataspace Components)](https://projects.eclipse.org/projects/technology.edc) instance.
 
 ## Usage
 
diff --git a/pyproject.toml b/pyproject.toml
index 40a1f04374735ec49d46948ac804125d4304f548..bb945319635c20920f24bef77787277c3d69c832 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "ruqad"
-description = "A tool for quality assured data integration from Kadi to LinkAhead."
-version = "0.0.1"
+description = "Quality assured data integration from Kadi to LinkAhead."
+version = "0.1.0"
 readme = "README.md"
 license = {file = "LICENSE"}
 authors = [