From e81aab5de4065aa815e820c15d6cbec5f1bf5299 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:17:33 +0300 Subject: [PATCH] chore(master): release 1.1.29 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825bfc5a..32eaa1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.29](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.28...v1.1.29) (2023-08-17) + + +### Bug Fixes + +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.1.24 ([b181c87](https://github.com/wayofdev/laravel-stripe-webhooks/commit/b181c87232f370666802e4d79dfd495e7bb3d987)) + ## [1.1.28](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.27...v1.1.28) (2023-08-17) diff --git a/package.json b/package.json index 41483cfa..1d4177f1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.28", + "version": "1.1.29", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }