From 0edb532daca386ca1c03af7d8c08de1357528286 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 21 Nov 2023 15:09:47 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dba9dd..0a834d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/cashier/compare/v14.13.1...14.x) +## [Unreleased](https://github.com/laravel/cashier/compare/v14.14.0...14.x) + +## [v14.14.0](https://github.com/laravel/cashier/compare/v14.13.1...v14.14.0) - 2023-11-21 + +- Update PaymentMethod.php method return type by [@jwjenkin](https://github.com/jwjenkin) in https://github.com/laravel/cashier-stripe/pull/1601 +- [14.x] Allow creation of checkouts with ui_mode=embedded by [@delassiter](https://github.com/delassiter) in https://github.com/laravel/cashier-stripe/pull/1605 ## [v14.13.1](https://github.com/laravel/cashier/compare/v14.13.0...v14.13.1) - 2023-11-08