diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7de2b03..e4d96bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## 0.6.3 (2019-08-16)
+
+* chore(release): 0.6.2 ([d144e96](https://github.com/znck/vue-prop-types/commit/d144e96))
+* fix: Preserve Boolean types ([6a27feb](https://github.com/znck/vue-prop-types/commit/6a27feb))
+* docs: update wrong plugin name in README (#8) ([ace8761](https://github.com/znck/vue-prop-types/commit/ace8761)), closes [#8](https://github.com/znck/vue-prop-types/issues/8)
+
+
+
## 0.6.2 (2019-08-16)
diff --git a/package.json b/package.json
index 8d85fe9..ee22156 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@znck/prop-types",
- "version": "0.6.2",
+ "version": "0.6.3",
"description": "Fluent prop validation for Vue",
"main": "dist/prop-types.js",
"module": "dist/prop-types.es.js",