diff --git a/plugin/assert/CHANGELOG.md b/plugin/assert/CHANGELOG.md index ebe1112..341e3e9 100644 --- a/plugin/assert/CHANGELOG.md +++ b/plugin/assert/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/php-testo/testo/compare/assert-0.1.3...assert-0.1.4) (2026-05-20) + + +### Features + +* **assert:** Expose `Assert::notNull()` ([#189](https://github.com/php-testo/testo/issues/189)) ([6523c6a](https://github.com/php-testo/testo/commit/6523c6ad8b9c9bf3c40d721b4347488f14809bc3)) + ## [0.1.3](https://github.com/php-testo/testo/compare/assert-0.1.2...assert-0.1.3) (2026-05-15) diff --git a/resources/version.json b/resources/version.json index f8b30eb..3b0787d 100644 --- a/resources/version.json +++ b/resources/version.json @@ -6,7 +6,7 @@ "plugin/retry": "0.1.1", "plugin/filter": "0.1.1", "plugin/test": "0.1.2", - "plugin/assert": "0.1.3", + "plugin/assert": "0.1.4", "plugin/data": "0.1.3", "plugin/inline": "0.1.3", "plugin/bench": "0.1.2",