diff --git a/CHANGELOG.md b/CHANGELOG.md
index f10ac3e..b801aef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.0.1 (2018-12-5)
+- new parallax option on slide presentations
+- interaction configuration can now be constrained by mode (.dismiss, .present)
+
## 2.0.0 (2018-11-12)
- interactive transitions are now possible
- renamed FadeIn, ShiftIn, and SlideIn to Fade, Slide & Cover
diff --git a/Jelly.podspec b/Jelly.podspec
index ea9270d..b8fa55e 100644
--- a/Jelly.podspec
+++ b/Jelly.podspec
@@ -6,7 +6,7 @@
Pod::Spec.new do |s|
s.name = 'Jelly'
- s.version = '2.0.0'
+ s.version = '2.1.0'
s.summary = 'Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.'
s.description = <<-DESC
diff --git a/README.md b/README.md
index 9f778ae..66236ae 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

-
+