From 2a4006fbfd7075b405bf472269ab3f2e4b6cc206 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 19 Aug 2023 09:09:06 +0300 Subject: [PATCH] chore(master): release 1.1.32 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba16f2fb..d562fdd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.32](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.31...v1.1.32) (2023-08-19) + + +### Miscellaneous + +* **deps:** update dependency orchestra/testbench to v8.9.0 ([95fbb12](https://github.com/wayofdev/laravel-stripe-webhooks/commit/95fbb12f14eeaf13d707f618a2e798adf7ae1a74)) + ## [1.1.31](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.1.30...v1.1.31) (2023-08-19) diff --git a/package.json b/package.json index 2cd07a63..7f043df4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.31", + "version": "1.1.32", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }