diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5430486b0..054153502 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+<a name="0.0.20"></a>
+## [0.0.20](https://github.com/Promact/md2/compare/0.0.19...v0.0.20) (2017-05-29)
+
+
+### Breaking Changes
+
+* The forRoot method on all MD2 modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.
+
+
+### Features
+
+* feat(select) option group
+
+
+### Bug Fixes
+
+* datepicker issue ([fab045c](https://github.com/Promact/md2/commit/fab045c))
+* datepicker toggle issue ([c4ef84d](https://github.com/Promact/md2/commit/c4ef84d))
+* rollup warnings while compilation ([a09b4d6](https://github.com/Promact/md2/commit/a09b4d6))
+* usage of dynamic i18n arrays ([dd69e76](https://github.com/Promact/md2/commit/dd69e76))
+* fix(tabs) responsive design destort issue
+
+
 <a name="0.0.19"></a>
 ## [0.0.19](https://github.com/Promact/md2/compare/0.0.18...v0.0.19) (2017-04-20)
 
diff --git a/package.json b/package.json
index 575a8e6fd..61ee950f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "md2",
-  "version": "0.0.19",
+  "version": "0.0.20",
   "description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
   "author": "Dharmesh Pipariya <pipariyadharmesh@gmail.com>",
   "homepage": "https://github.com/Promact/md2",
diff --git a/src/lib/package.json b/src/lib/package.json
index 31ca8ab4c..906649a2e 100644
--- a/src/lib/package.json
+++ b/src/lib/package.json
@@ -1,6 +1,6 @@
 {
   "name": "md2",
-  "version": "0.0.19",
+  "version": "0.0.20",
   "description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
   "main": "./md2.umd.js",
   "module": "./index.js",