From 82d0757a5788e285e1f9d50a724499a438dce3b7 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:44:07 +0300 Subject: [PATCH] chore(master): release 1.1.75 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3bf8ca..adf15c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.75](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.74...v1.1.75) (2023-09-05) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.67 ([286671b](https://github.com/wayofdev/laravel-stripe-webhooks/commit/286671b14013856f3c9e85d09ef48d17e5464170)) + ## [1.1.74](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.73...v1.1.74) (2023-09-05) diff --git a/package.json b/package.json index fdcc0471..54567792 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.74", + "version": "1.1.75", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }