From 58bcf30afa690f4313c8087196c324aee326a995 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:40:23 +0300 Subject: [PATCH] chore(master): release 1.1.22 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57abb8fa..bdf71a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.22](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.21...v1.1.22) (2023-08-15) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.20 ([9659ca3](https://github.com/wayofdev/laravel-stripe-webhooks/commit/9659ca378766424b0a00261e1e7940f93ac91968)) + ## [1.1.21](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.20...v1.1.21) (2023-08-15) diff --git a/package.json b/package.json index 48c152be..c84d21aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.21", + "version": "1.1.22", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }