diff --git a/CHANGES.md b/CHANGES.md
index 12061802925b0d2e807f474b65de1ae16191a47c..163634627515507dc403c8d95cd8d9ae0fc492c6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
 # Change log
 
 
+## v0.2.2
+
+- Enhance capabilities for determining the set of files to download from a URL with `.auto.download()`
+- Provide a `.auto.download_all()` shorthand
+
+
 ## v0.2.1
 
 - Fix creation of `.auto.DEFAULT_URLS` dictionary
diff --git a/pyproject.toml b/pyproject.toml
index 2fbbaa900a60bc33509531a54eb690efd1998dcc..5ea08a6c1b24567963aa8fe65cc23ba793bb81ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "VRE-Repository-Connector"
-version = "0.2.1"
+version = "0.2.2"
 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"