From 4eadfa1692f3db49c87bd43829130cc938cc2f0f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 2 Jan 2019 17:38:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a374190b..5d164cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Release Notes +## [Unreleased](https://github.com/laravel/cashier/compare/v9.0.0...9.0) + +### Fixed +- Correct PHP Doc @return tag ([#601](https://github.com/laravel/cashier/pull/601)) + ## [v9.0.0 (2018-12-17)](https://github.com/laravel/cashier/compare/v8.0.1...v9.0.0) ### Changed - - Removed support for PHP 7.0 ([#595](https://github.com/laravel/cashier/pull/595)) - Require Laravel 5.7 as minimum version ([#595](https://github.com/laravel/cashier/pull/595)) - Extract `updateCard` from `createAsStripeCustomer` method ([#588](https://github.com/laravel/cashier/pull/588)) @@ -12,7 +16,6 @@ - The `invoiceFor` method now accepts an `$invoiceOptions` param ([#598](https://github.com/laravel/cashier/pull/598)) ### Fixed - - Fixed some DocBlocks ([#594](https://github.com/laravel/cashier/pull/594)) - Fixed a bug where the `swap` and `incrementAndInvoice` methods on the `Subscription` model would sometimes invoice other pending invoice items ([#598](https://github.com/laravel/cashier/pull/598))