From 38bcf00326f1837e283d67a3f1ee515a3fd62d43 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:54:19 +0300 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec926471..318c3a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/wayofdev/laravel-stripe-webhooks/compare/v1.0.0...v1.0.1) (2023-08-09) + + +### Miscellaneous + +* **deps:** update dependency orchestra/testbench to v8.6.2 ([9540990](https://github.com/wayofdev/laravel-stripe-webhooks/commit/95409900b2d8a018010c937d3f4cb3e04f0755d8)) + ## 1.0.0 (2023-08-08) diff --git a/package.json b/package.json index 1079ca82..dcd4dbf6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "https://github.com/wayofdev/laravel-stripe-webhooks.git" }