diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc1a43e..8dcc7b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
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.2.0](https://github.com/birhoff/remark-bemjson/compare/v0.1.1...v0.2.0) (2017-03-31)
+
+
+### Bug Fixes
+
+* **exports:** Throw error for unsupported exportType ([f226a7a](https://github.com/birhoff/remark-bemjson/commit/f226a7a))
+
+
+### Features
+
+* **converter:** Support augment option ([ac89d3e](https://github.com/birhoff/remark-bemjson/commit/ac89d3e))
+* **converter:** Use new version of converter ([e434b9e](https://github.com/birhoff/remark-bemjson/commit/e434b9e))
+
+
+
## [0.1.1](https://github.com/birhoff/remark-bemjson/compare/v0.1.0...v0.1.1) (2017-03-26)
diff --git a/package.json b/package.json
index 1ab024e..53cf9e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "remark-bemjson",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "remark plugin to compile bemjson",
"main": "index.js",
"scripts": {