diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a24f896
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+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.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [2.1.0](https://github.com/dbmdz/pathfinder/releases/tag/2.1.0) - 2022-04-07
+
+### Added
+
+- Added support for home directory if prefix `file:` is given (`file:~/...`)
diff --git a/pathfinder/pom.xml b/pathfinder/pom.xml
index 5683f02..c2a18f2 100644
--- a/pathfinder/pom.xml
+++ b/pathfinder/pom.xml
@@ -5,7 +5,7 @@
pathfinder-parent
com.github.dbmdz.pathfinder
- 2.1.0-SNAPSHOT
+ 2.1.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 4d71338..b9f70ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.github.dbmdz.pathfinder
pathfinder-parent
pom
- 2.1.0-SNAPSHOT
+ 2.1.0
pathfinder
diff --git a/spring-boot-pathfinder/pom.xml b/spring-boot-pathfinder/pom.xml
index 61ae3a4..2692410 100644
--- a/spring-boot-pathfinder/pom.xml
+++ b/spring-boot-pathfinder/pom.xml
@@ -5,7 +5,7 @@
pathfinder-parent
com.github.dbmdz.pathfinder
- 2.1.0-SNAPSHOT
+ 2.1.0
4.0.0