diff --git a/CHANGELOG.md b/CHANGELOG.md index a1981bd5..ee599e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.6](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.5...v1.1.6) (2023-08-11) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.2 ([5d2518a](https://github.com/wayofdev/laravel-stripe-webhooks/commit/5d2518abee34ec87e69c8698472999e6cc719d22)) + ## [1.1.5](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.4...v1.1.5) (2023-08-11) diff --git a/package.json b/package.json index eb39ad29..0d696679 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.1.6", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }