From 39fab421ecfa762318efaf1f5ed87a064f07c968 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 9 Feb 2024 04:46:26 +0200 Subject: [PATCH] chore(master): release 2.1.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dff1d34..6939b3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.2](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.1...v2.1.2) (2024-02-09) + + +### Bug Fixes + +* **deps:** update dependency cycle/database to v2.8.1 ([ff9380c](https://github.com/wayofdev/laravel-stripe-webhooks/commit/ff9380c40d406a999307bd7ea21f2c129920ebe0)) +* **deps:** update dependency wayofdev/laravel-webhook-client to v1.2.3 ([0dd9365](https://github.com/wayofdev/laravel-stripe-webhooks/commit/0dd9365524d6117a02049821632ae997c826d789)) + ## [2.1.1](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v2.1.0...v2.1.1) (2024-02-08) diff --git a/package.json b/package.json index 368e9664..cb777319 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.1.2", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }