diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e919a2..d9ac1168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.4] - 2019-11-15 + +### Changed + +- Fixed latest migration's rollback not working due to wrong order of dropping foreign keys and indexes + ## [2.0.3] - 2019-11-14 ### Added @@ -178,6 +184,7 @@ public static function getValue($value = null, array $parameters = null) - Nesting and re-ordering of menu-items - Creation of custom link options (ie links to Laravel models) +[2.0.4]: https://github.com/optimistdigital/nova-menu-builder/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/optimistdigital/nova-menu-builder/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/optimistdigital/nova-menu-builder/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/optimistdigital/nova-menu-builder/compare/2.0.0...2.0.1