diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e85ab7..4857925 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# React Selectize
+## v2.0.1 / 11th April 2016
+## v2.0.0 / 11th April 2016
+* switched to major version semver
+* added React@15.0 to peer deps
+* abandoned git flow branching model
+
## v0.9.0 / 18th March 2016
* added `on-paste` and `value-from-paste` props to `SimpleSelect`
* added `highlighted-uid` and `on-highlighted-uid-change` props to track the current highlighted option
diff --git a/README.md b/README.md
index 7eb9b8c..a652f94 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ styles & features inspired by [React Select](http://jedwatson.github.io/react-se
[](http://furqanZafar.github.io/react-selectize/)
-- [Changelog](CHANGELOG.md) (last updated on 18th March 2016)
+- [Changelog](CHANGELOG.md) (last updated on 11th April 2016)
- [API Reference](API.md)
# Motivation
@@ -51,7 +51,7 @@ to include the default styles add the following import statement to your stylus
`@import 'node_modules/react-selectize/themes/index.css'`
* **bower:**
-`bower install https://npmcdn.com/react-selectize@0.9.0/bower.zip`
+`bower install https://npmcdn.com/react-selectize@2.0.1/bower.zip`
* **1998 script tag:**
```html
@@ -66,10 +66,10 @@ to include the default styles add the following import statement to your stylus
-
+
-
+