From d462f4fb074c0800d39c96cb7602e331a019fb21 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 May 2021 18:31:54 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18b7ac5..5c304eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Release Notes -## [Unreleased](https://github.com/laravel/cashier/compare/v12.13.1...12.x) +## [Unreleased](https://github.com/laravel/cashier/compare/v12.14.0...12.x) + + +## [v12.14.0 (2021-05-25)](https://github.com/laravel/cashier/compare/v12.13.1...v12.14.0) + +### Added +- Support prorations while extending trials ([#1151](https://github.com/laravel/cashier-stripe/pull/1151)) +- Add extra methods to invoice object ([#1167](https://github.com/laravel/cashier-stripe/pull/1167)) + +### Fixed +- Add extra 10 seconds of trial time for checkout session ([#1160](https://github.com/laravel/cashier-stripe/pull/1160)) +- Fix adding invoice item with quantities ([#1161](https://github.com/laravel/cashier-stripe/pull/1161)) +- Fix coupons with Stripe Checkout sessions ([#1165](https://github.com/laravel/cashier-stripe/pull/1165)) +- Fix checkout owner ([7bbfe23](https://github.com/laravel/cashier-stripe/commit/7bbfe234c5f1657eee1223f9aee73b03bdef9894)) ## [v12.13.1 (2021-05-11)](https://github.com/laravel/cashier/compare/v12.13.0...v12.13.1) From beea7ed0ef282cbb9885ea37c2035637b939104a Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 May 2021 18:32:09 +0200 Subject: [PATCH 2/2] version --- src/Cashier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cashier.php b/src/Cashier.php index 740e9ea7..9ec90a65 100644 --- a/src/Cashier.php +++ b/src/Cashier.php @@ -15,7 +15,7 @@ class Cashier * * @var string */ - const VERSION = '12.13.1'; + const VERSION = '12.14.0'; /** * The Stripe API version.