diff --git a/CHANGELOG.md b/CHANGELOG.md index ac13284b..d63da112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 2.0.1 - 2018-11-02 +### Fixed +- Block structure-related fixes +- Restored ability to translate block type names + ## 2.0.0 - 2018-10-30 - Initial release for Craft 3 diff --git a/composer.json b/composer.json index 539ee81c..6b9a210e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "2.0.0", + "version": "2.0.1", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index 366fed25..1d11dacd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.0.0", + "version": "2.0.1", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {