From 50eb77f98d994cc87c5a06043f390d2dc38d4671 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 9 Aug 2022 15:33:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87185e90..409c2077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/cashier-stripe/compare/v13.14.0...13.x) +## [Unreleased](https://github.com/laravel/cashier-stripe/compare/v13.15.0...13.x) + +## [v13.15.0](https://github.com/laravel/cashier-stripe/compare/v13.14.0...v13.15.0) - 2022-08-09 + +### Added + +- Allow Stripe SDK v9 by @driesvints in https://github.com/laravel/cashier-stripe/pull/1413 + +### Fixed + +- Fix issue with overwriting behavior by @driesvints in https://github.com/laravel/cashier-stripe/pull/1410 ## [v13.14.0](https://github.com/laravel/cashier-stripe/compare/v13.13.0...v13.14.0) - 2022-08-02