diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12616df6..780031e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.15.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.1...v0.15.0) (2016-11-03)
+
+
+### Features
+
+* write multiple outputs per file (#211) ([f6f63ae](https://github.com/knisterpeter/react-to-typescript-definitions/commit/f6f63ae))
+
+
+
## [0.14.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.0...v0.14.1) (2016-11-01)
diff --git a/package.json b/package.json
index 76fdc86c..496f387a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-to-typescript-definitions",
- "version": "0.14.1",
+ "version": "0.15.0",
"description": "Create typescript definitions files (d.ts) from react components",
"main": "dist/src/index.js",
"bin": {