diff --git a/docs/src/pages/Changelog.vue b/docs/src/pages/Changelog.vue
index 93b4a2e..2dfe68d 100644
--- a/docs/src/pages/Changelog.vue
+++ b/docs/src/pages/Changelog.vue
@@ -8,10 +8,18 @@
+
+ Changes:
+
+ - Add Roboto font and google icons to the docs 421ce7b
+ - Explains better how to install and configure vue-material cc43985
+ - Emit change & input events from mdTextarea b474af9 (Thanks to @jvanbrug)
+
v0.1.2 - Minor Fixes
+ Changes:
- Fixed tooltips on Firefox
- Misaligned icons inside buttons on Firefox
@@ -21,6 +29,7 @@
v0.1.1 - Minor Fixes
+ Changes:
- Minor fixes
- Firefox support
@@ -63,3 +72,9 @@
+
+
diff --git a/package.json b/package.json
index d2381a4..9fa3f99 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vue-material",
"description": "Material Design for Vue.js",
- "version": "0.1.2",
+ "version": "0.2.0",
"author": "Marcos Moura ",
"homepage": "https://marcosmoura.github.io/vue-material",
"license": "MIT",