diff --git a/CHANGELOG.md b/CHANGELOG.md index a63b2c2..65495da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0 - 2022.08.22 +### Added +- Add Craft 4 Support (thanks @khamer) [#19](https://github.com/luwes/craft-codemirror/pull/19) + ## 1.0.1 - 2018.12.23 ### Added - Field type "mode" option [#4](https://github.com/luwes/craft-codemirror/pull/4) diff --git a/composer.json b/composer.json index 486a632..b18cc7c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "luwes/craft-codemirror", "description": "Add the awesome in-browser code editor CodeMirror as a field type.", "type": "craft-plugin", - "version": "1.0.2", + "version": "2.0.0", "keywords": [ "craft", "cms",