diff --git a/CHANGES.md b/CHANGES.md
index 7f9b44b9d297f875971f16319e6cc6485959fe9c..12061802925b0d2e807f474b65de1ae16191a47c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
 # Change log
 
 
+## v0.2.1
+
+- Fix creation of `.auto.DEFAULT_URLS` dictionary
+
+
 ## v0.2.0
 
 - Rework the Auto API into a set of functions rather than a class
diff --git a/pyproject.toml b/pyproject.toml
index 2622ea6e5055494372dfd3a510057f592b7d8ba4..2fbbaa900a60bc33509531a54eb690efd1998dcc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "VRE-Repository-Connector"
-version = "0.2.0"
+version = "0.2.1"
 description = "Library for connecting the virtual research environment of TU Wien with its research data repositories"
 authors = ["Maximilian Moser <maximilian.moser@tuwien.ac.at>", "Sotirios Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>", "Martin Weise <martin.weise@tuwien.ac.at>"]
 license = "MIT"