Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 13, 2019
1 parent 385afaf commit 96aeb83
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Release Notes

## [Unreleased](https://github.com/laravel/cashier/compare/v10.0.0-beta.2...master)
## [Unreleased](https://github.com/laravel/cashier/compare/v10.0.0...master)


## [v10.0.0-beta.2](https://github.com/laravel/cashier/compare/v10.0.0-beta...v10.0.0-beta.2)
## [v10.0.0 (2019-08-13)](https://github.com/laravel/cashier/compare/v10.0.0-beta.2...v10.0.0)

### Added
- Allow hasCompletePayment() to check other subscriptions than “default” ([#733](https://github.com/laravel/cashier/pull/733))
- Add indexes to those columns used to lookup data in the database ([#739](https://github.com/laravel/cashier/pull/739))

### Fixed
- Fixed a label with an incorrect for attribute ([#732](https://github.com/laravel/cashier/pull/732))


## [v10.0.0-beta.2 (2019-08-02)](https://github.com/laravel/cashier/compare/v10.0.0-beta...v10.0.0-beta.2)

### Added
- Add latestPayment method on Subscription ([#705](https://github.com/laravel/cashier/pull/705))
Expand All @@ -25,7 +35,7 @@
- Remove unused `$customer` parameter on `updateQuantity` method ([#729](https://github.com/laravel/cashier/pull/729))


## [v10.0.0-beta](https://github.com/laravel/cashier/compare/v9.3.5...v10.0.0-beta)
## [v10.0.0-beta (2019-07-17)](https://github.com/laravel/cashier/compare/v9.3.5...v10.0.0-beta)

Cashier 10.0 is a major release. Please review [the upgrade guide](UPGRADE.md) thoroughly.

Expand Down

0 comments on commit 96aeb83

Please sign in to comment.