diff --git a/CHANGELOG.md b/CHANGELOG.md index 63633c4d..bcb761a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.32](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.31...v2.1.32) (2024-03-13) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.3.7 ([ce9a126](https://github.com/wayofdev/laravel-stripe-webhooks/commit/ce9a126ff01d08f1ad6fb07598cdba90ef76f97c)) + ## [2.1.31](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.30...v2.1.31) (2024-03-13) diff --git a/package.json b/package.json index e4f9cfd6..f4a2b101 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.31", + "version": "2.1.32", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }