From ad13dfa6826dc2083e3a655ed59e7d3ed54beb77 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 25 Aug 2023 05:24:54 +0300 Subject: [PATCH] chore(master): release 1.1.50 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf34442..78ed2c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.50](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.49...v1.1.50) (2023-08-25) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.40 ([7f56903](https://github.com/wayofdev/laravel-stripe-webhooks/commit/7f56903c6e68c5ef04db4208afae2af9d2a37db8)) + ## [1.1.49](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.48...v1.1.49) (2023-08-25) diff --git a/package.json b/package.json index 3b1fa0ee..6718e30e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.49", + "version": "1.1.50", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }