Skip to content

Commit

Permalink
Bump version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 25, 2017
1 parent 1ab5118 commit befa5eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.4.0 - 2017-10-24
* [#383](https://github.com/stripe/stripe-php/pull/383) Add static methods to manipulate resources from parent
* `Account` gains methods for external accounts and login links (e.g. `createExternalAccount`, `createLoginLink`)
* `ApplicationFee` gains methods for refunds
* `Customer` gains methods for sources
* `Transfer` gains methods for reversals

## 5.3.0 - 2017-10-11
* [#378](https://github.com/stripe/stripe-php/pull/378) Rename source `delete` to `detach` (and deprecate the former)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.4.0
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Stripe
// produce messages.
public static $logger = null;

const VERSION = '5.3.0';
const VERSION = '5.4.0';

/**
* @return string The API key used for requests.
Expand Down

0 comments on commit befa5eb

Please sign in to comment.