diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c15624..8832355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## WIP +## 1.0.1 (April 18, 2016) ### Fixed - Fixed compatibility with mod_rewrite disabled diff --git a/composer.json b/composer.json index 2af394f..013f08a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pagekit/tinymce", "type": "pagekit-extension", - "version": "1.0.0", + "version": "1.0.1", "title": "TinyMCE", "description": "Replace Pagekit's default editor with TinyMCE.", "license": "MIT",