Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
  • Loading branch information
brunogaspar committed Dec 23, 2020
1 parent 523067a commit b8830c8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ When you make a pull request, the tests will automatically be run again by [Trav


[link-semver]: http://semver.org
[link-travis]: https://travis-ci.org
[link-travis]: https://travis-ci.com
[link-psr-1]: http://www.php-fig.org/psr/psr-1/
[link-psr-2]: http://www.php-fig.org/psr/psr-2/
[link-psr-4]: http://www.php-fig.org/psr/psr-4/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v13.1.0 - TBA

- Add PHP 8 support

### v13.0.0 - 2020-09-08

`REVISED`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ If you discover any security related issues, please email help@cartalyst.com ins
This software is released under the [BSD 3-Clause](LICENSE) License.

[link-docs]: https://cartalyst.com/manual/stripe-laravel
[link-travis]: https://travis-ci.org/cartalyst/stripe-laravel
[link-travis]: https://travis-ci.com/cartalyst/stripe-laravel
[link-license]: https://opensource.org/licenses/MIT
[link-packagist]: https://packagist.org/packages/cartalyst/stripe-laravel

[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=13.x
[icon-travis]: https://travis-ci.com/cartalyst/stripe-laravel.svg?branch=13.x
[icon-license]: https://poser.pugx.org/cartalyst/stripe-laravel/license
[icon-version]: https://poser.pugx.org/cartalyst/stripe-laravel/version
[icon-downloads]: https://poser.pugx.org/cartalyst/stripe-laravel/downloads
2 changes: 1 addition & 1 deletion src/Facades/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 13.0.0
* @version 13.1.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/StripeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 13.0.0
* @version 13.1.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 13.0.0
* @version 13.1.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down

0 comments on commit b8830c8

Please sign in to comment.