From 4cf2e3ffb029b1a3336098a07bb3e947d9645581 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:12:03 +0300 Subject: [PATCH] chore(master): release 1.1.47 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7535fbd..6a5de1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.47](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.46...v1.1.47) (2023-08-24) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.36 ([a8ff031](https://github.com/wayofdev/laravel-stripe-webhooks/commit/a8ff03136461ba169deeddfece46f511801b46fd)) + ## [1.1.46](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.45...v1.1.46) (2023-08-24) diff --git a/package.json b/package.json index 81473aec..03d54fda 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.46", + "version": "1.1.47", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }