diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a156bb..a064b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to NovaUnit will be documented in this file. +## 2.1 + +- Added assertion method for checking creation and update rules +- **bugfix**: Report invalid action response as an assertion failure + +## 2.0 + +- Compatibility with Laravel 8 + ## 1.1 - 2020-06-22 - Added assertions on Lens query results have been moved to their own class diff --git a/composer.json b/composer.json index c1e1d2d..b427225 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "joshgaber/novaunit", "description": "Unit testing suite for Laravel Nova, built to extend PHPUnit", - "version": "2.0", + "version": "2.1", "keywords": [ "laravel", "nova",