diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef7174f554472c36a4dd4a6f07c07017063045fe..363d779378dec1e910be0b84b84b667d4af39f1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 <!--next-version-placeholder-->
 
+## v0.2.0 (2022-12-30)
+### Feature
+* **dataset:** Turn dataset provider into class and fix normalization ([`e92c9bb`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/e92c9bb77b074bebef7ed91fb222361bdc633d06))
+* **dataset:** Introduce scaler parameter to retrieve several datapoints from each cycle at once ([`30a5cf9`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/30a5cf99c27ad652c60552e0d8acb2ac251e696c))
+
+### Documentation
+* **dataset:** Improve description of allowed inputs ([`925bce6`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/925bce66f542769ae5e74b419e33cd458881fa70))
+
 ## v0.1.0 (2022-12-26)
 ### Feature
 * Initial version of API, docs and project structure ([`283b1ba`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/283b1ba7afda549cb4b3d5a7d593b2bf4f2eff62))
diff --git a/docs/conf.py b/docs/conf.py
index 39bcc2d34ad7f13131780a638e80e907fce90532..5c43dbd2d25391a0718c4debd24157b268a2d1bf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,7 +150,7 @@ author = "B. Ludwig"
 # built documents.K
 #
 # The short X.Y version.
-version = "0.1.0"
+version = "0.2.0"
 # The full version, including alpha/beta/rc tags.
 # release = "1.3.1"
 
diff --git a/pyproject.toml b/pyproject.toml
index f245ce9364a8b7fad41b52049671e299e5dd23db..dd6632f303707594d8b01839948404e3f88319cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "zema_emc_annotated"
-version = "0.1.0"
+version = "0.2.0"
 description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder"
 authors = [
     "Bjoern Ludwig <bjoern.ludwig@ptb.de>",