Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Add changelog and update nova version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Sep 2, 2020
1 parent 7a8b42f commit 0a88b9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"require": {
"php": "^7.3",
"laravel/nova": ">=2.0.7"
"laravel/nova": ">=3.8.4"
},
"require-dev": {
"phpmd/phpmd": "^2.7",
Expand Down

0 comments on commit 0a88b9a

Please sign in to comment.