diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ec1b11 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [1.3.0] - 2020-09-02 +### Added +- inline create-related-resource link. +- debounce option. diff --git a/composer.json b/composer.json index 619bbb5..d69d852 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^7.3", - "laravel/nova": ">=2.0.7" + "laravel/nova": ">=3.8.4" }, "require-dev": { "phpmd/phpmd": "^2.7",