Skip to content

Commit

Permalink
Bump to version 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Krausz committed Aug 1, 2014
1 parent eedfe09 commit 281c5b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
=== 1.17.1 2014-07-31

* Requests now send Content-Type header

=== 1.17.0 2014-07-29

* Application Fee refunds now a list instead of array
* HHVM now works
* Small bug fixes (thanks @bencromwell & @fastest963)
* __toString now returns the name of the object in addition to its JSON representation
* Requests now send Content-Type header

=== 1.16.0 2014-06-17

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.17.1
2 changes: 1 addition & 1 deletion lib/Stripe/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class Stripe
* @var boolean Defaults to true.
*/
public static $verifySslCerts = true;
const VERSION = '1.17.0';
const VERSION = '1.17.1';

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

0 comments on commit 281c5b2

Please sign in to comment.