diff --git a/Changelog.md b/Changelog.md
index f717370..e2a226a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,15 @@
+# 0.9.0
+### Breaking changes:
+
+* Reworked animation component, now the lib uses CSS transitions from semantic-ui, removed react-motion. This should help with performance
+* Removed *initialAnimation*, *enterAnimation*, *leaveAnimation*, *onAnimationStyle* old props
+* Added *enter*, *leave*, *enterDuration*, *leaveDuration* animation props instead
+* Removed animation from accordion (temporary), removed *animating* prop from accordion
+
+Updated deps
+Removed react-addons-shallow-compare
+
+
 # 0.8.5
 Meta: Use correct class name
 Popup: Target property is required now and can be DOM element or react component instance (from ref)
diff --git a/package.json b/package.json
index 080c18d..a5880fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "semantic-react",
-  "version": "0.8.5",
+  "version": "0.9.0",
   "description": "React components for Semantic UI.",
   "main": "./lib",
   "files": [