From 5f30424fc33f8edab22df1f82d639c88a9928e48 Mon Sep 17 00:00:00 2001 From: Josh Gaber Date: Sat, 10 Oct 2020 22:18:19 -0400 Subject: [PATCH] Pre-release: 2.1 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",