diff --git a/CHANGELOG.md b/CHANGELOG.md index b910637..df0f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] -### Fixed +## [3.3.0] -- Fixed invalid image reference image.url in views/link.blade.php +- Fixed invalid image reference `image.url` in `views/link.blade.php`, via #101 by @roelofr. ### Deprecated - Deprecated support for Laravel 8.x. It might still work, but we're not testing it anymore. +## [3.2.1] + +### Changed + +- Improve GitHub Actions and test results, via #95 by @roelofr. + +## [3.2.0] + +### Added + +- Suport for Laravel 10, via #93 by @Woeler. + +### Fixed + +- Fixed ignoring the resolveCallbacks on a field, via #83, by @Woeler. + ## [3.1.0] ### Added @@ -120,7 +136,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For older changes before v2.0.0, please see the [releases page](https://github.com/advoor/nova-editor-js/releases). -[unreleased]: https://github.com/advoor/nova-editor-js/compare/v3.1.0..master +[unreleased]: https://github.com/advoor/nova-editor-js/compare/v3.3.0..master +[3.1.0]: https://github.com/advoor/nova-editor-js/releases/v3.3.0 +[3.1.0]: https://github.com/advoor/nova-editor-js/releases/v3.2.1 +[3.1.0]: https://github.com/advoor/nova-editor-js/releases/v3.2.0 [3.1.0]: https://github.com/advoor/nova-editor-js/releases/v3.1.0 [3.0.5]: https://github.com/advoor/nova-editor-js/releases/v3.0.5 [3.0.4]: https://github.com/advoor/nova-editor-js/releases/v3.0.4