From f6e2bd296e62e8e5719671635631adae7ea5fea5 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:13:33 +0300 Subject: [PATCH] chore(master): release 1.1.65 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f48ca9..b86cfddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.65](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.64...v1.1.65) (2023-09-04) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.56 ([35eca4a](https://github.com/wayofdev/laravel-stripe-webhooks/commit/35eca4a6f516137ed99250b610da29c4bec08a8d)) + ## [1.1.64](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.63...v1.1.64) (2023-09-04) diff --git a/package.json b/package.json index 4f62757d..1727539d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.64", + "version": "1.1.65", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }