diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb980a6..a7054ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.4.0](https://github.com/birhoff/md-to-bemjson/compare/v0.3.0...v0.4.0) (2017-04-03)
+
+
+### Features
+
+* **options:** Add map option ([67347c5](https://github.com/birhoff/md-to-bemjson/commit/67347c5))
+* **options:** Add option prefix ([9e62e8e](https://github.com/birhoff/md-to-bemjson/commit/9e62e8e))
+* **options:** Add scope ([26c172f](https://github.com/birhoff/md-to-bemjson/commit/26c172f))
+
+
+
# [0.3.0](https://github.com/birhoff/md-to-bemjson/compare/v0.2.0...v0.3.0) (2017-03-26)
diff --git a/package.json b/package.json
index a84dedf..2158010 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "md-to-bemjson",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "md 2 bemjson converter",
"main": "index.js",
"scripts": {