diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a156bb..e862ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to NovaUnit will be documented in this file. +## 1.2 - 2020-10-11 + +- Added assertion method for checking creation and update rules +- **bugfix**: Report invalid action response as an assertion failure + ## 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 cd94f2e..68863ab 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": "1.1", + "version": "1.2", "keywords": [ "laravel", "nova",