diff --git a/CHANGELOG.md b/CHANGELOG.md index 87196fbe..127ed67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.31](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.0.30...v4.0.31) (2023-08-01) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.11.0 ([a729863](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/a72986375c5bb4d3bb2a0eb4688b8047d85d0446)) + ## [4.0.30](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.0.29...v4.0.30) (2023-08-01) diff --git a/package.json b/package.json index 38f2f498..d40cf4b5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.30", + "version": "4.0.31", "repository": { "url": "https://github.com/wayofdev/laravel-cycle-orm-adapter.git" }