diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f2d121..b398747 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.0](https://github.com/tleunen/pixi-multistyle-text/compare/v0.5.4...v0.6.0) (2017-07-17)
+
+
+### Feat
+
+* Add more valign options and a debug mode ([#51](https://github.com/tleunen/pixi-multistyle-text/issues/51)) ([49c9326](https://github.com/tleunen/pixi-multistyle-text/commit/49c9326)), closes [#41](https://github.com/tleunen/pixi-multistyle-text/issues/41) [#48](https://github.com/tleunen/pixi-multistyle-text/issues/48)
+
+
+### BREAKING CHANGES
+
+* The default text style changed from `bottom` to `baseline`.
+
+
+
## [0.5.4](https://github.com/tleunen/pixi-multistyle-text/compare/v0.5.3...v0.5.4) (2017-06-30)
diff --git a/package.json b/package.json
index d01b7d3..8676120 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pixi-multistyle-text",
- "version": "0.5.4",
+ "version": "0.6.0",
"description": "Multi-Style Text for pixi.js",
"main": "dist/pixi-multistyle-text.js",
"types": "dist/pixi-multistyle-text.d.ts",