diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b76ff..6146af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # EasyMDE Changelog -All notable changes to easymde will be documented in this file. +All notable changes to EasyMDE will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +[//]: # (## [Unreleased]) + +## [2.17.0] - 2022-08-20 ### Added - Improved CSRF support for uploading images (Thanks to [@ZsgsDesign], [#394]). - Option to register an image preview handler: `imagesPreviewHandler` (Thanks to [@diego-gw], [#411]). @@ -413,7 +415,8 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [@sghoweri]: https://github.com/sghoweri -[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.16.1...HEAD +[Unreleased]: https://github.com/Ionaru/easy-markdown-editor/compare/2.17.0...HEAD +[2.17.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.16.1...2.17.0 [2.16.1]: https://github.com/Ionaru/easy-markdown-editor/compare/2.16.0...2.16.1 [2.16.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.15.0...2.16.0 [2.15.0]: https://github.com/Ionaru/easy-markdown-editor/compare/2.14.0...2.15.0