diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f484ac..a526890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.1...v1.1.2) (2023-05-29) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan-phpunit to v1.3.13 ([dfc02e8](https://github.com/wayofdev/laravel-cycle-event-sourcing/commit/dfc02e814083b47fc1a1df8bc114ba0628eabfc5)) + ## [1.1.1](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.0...v1.1.1) (2023-05-29) diff --git a/package.json b/package.json index 861e9a9..e9254d2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }