diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36778056f..f04c60f08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,26 @@
+
+## [0.0.7](https://github.com/Promact/md2/compare/0.0.6...v0.0.7) (2016-11-11)
+
+
+### Bug Fixes
+
+* autocomplete pipe issue ([65a38e6](https://github.com/Promact/md2/commit/65a38e6))
+* sort field design
+* chips improvements
+
+### Features
+
+* dev-app server open on browser ([2f70f65](https://github.com/Promact/md2/commit/2f70f65))
+
+
+
# [0.0.6](https://github.com/promact/md2/compare/md2@0.0.5...md2@0.0.6) (2016-10-20)
### Bug Fixes
* fix(data-tagle) position
+
+
# [0.0.5](https://github.com/promact/md2/compare/md2@0.0.4...md2@0.0.5) (2016-10-20)
### Features
@@ -20,6 +38,8 @@
* fix(tooltip) position
* fix(colorpicker) import service
+
+
# [0.0.4](https://github.com/promact/md2/compare/md2@0.0.3...md2@0.0.4) (2016-10-10)
### Features
@@ -29,6 +49,8 @@
* fix(autocomplete, datepicker, multiselect, select, tags) change event fire on module change.
* minor bug fixis
+
+
# [0.0.3](https://github.com/promact/md2/compare/md2@0.0.2...md2@0.0.3) (2016-10-07)
### Features
@@ -41,6 +63,8 @@
* fix(autocomplete, datepicker, multiselect, select, tags) initial binding conflict
* minor bug fixis
+
+
# [0.0.2](https://github.com/promact/md2/compare/md2@0.0.1...md2@0.0.2) (2016-10-03)
### Features
@@ -62,6 +86,8 @@
* fix(datepicker) clock issue
* minor bug fixis
+
+
# [0.0.1](https://github.com/promact/md2/compare/md2@0.0.1...md2@0.0.2) (2016-09-29)
### Features
diff --git a/package.json b/package.json
index f6dbac6e1..fd882d0a8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "md2",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
"author": "Dharmesh Pipariya ",
"homepage": "https://github.com/Promact/md2",
diff --git a/src/lib/package.json b/src/lib/package.json
index fe7ebbe06..7dcf7ad2d 100644
--- a/src/lib/package.json
+++ b/src/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "md2",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
"main": "./md2.umd.js",
"module": "./index.js",