diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f8003d..1c6cec39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.0.2...v1.0.3) (2023-08-09) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.13.0 ([f462c44](https://github.com/wayofdev/laravel-stripe-webhooks/commit/f462c4457ede4689b7c073eb3a45246b41ba6f1f)) + ## [1.0.2](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.0.1...v1.0.2) (2023-08-09) diff --git a/package.json b/package.json index f358a39c..e759152e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }