From e6caf32b29758d150b05bbadea5726ff8700eaf5 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 23 Feb 2024 03:28:02 +0200 Subject: [PATCH] chore(master): release 2.1.15 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f7389a..9dd9b76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.15](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.14...v2.1.15) (2024-02-23) + + +### Bug Fixes + +* **deps:** update dependency stripe/stripe-php to v13.12.0 ([018693d](https://github.com/wayofdev/laravel-stripe-webhooks/commit/018693d54e90605dd496193cfee8843d507b5c83)) + ## [2.1.14](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.13...v2.1.14) (2024-02-21) diff --git a/package.json b/package.json index 60cc045c..34ca6836 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.14", + "version": "2.1.15", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }