diff --git a/CHANGELOG.md b/CHANGELOG.md index e846824..9106c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project 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). +## [2.1.0] - 2019-11-13 + +### Changed + +- Added [nova-lang](https://github.com/optimistdigital/nova-lang/) support +- Fixed migration index names (thanks to [@jgile](https://github.com/jgile)) + ## [2.0.3] - 2019-11-01 ### Changed @@ -302,6 +309,7 @@ php artisan vendor:publish --provider="OptimistDigital\NovaPageManager\ToolServi - Programmatically created templates for pages and regions - Multilanguage support +[2.1.0]: https://github.com/optimistdigital/nova-page-manager/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/optimistdigital/nova-page-manager/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/optimistdigital/nova-page-manager/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/optimistdigital/nova-page-manager/compare/2.0.0...2.0.1