Skip to content

Commit

Permalink
1.18.0 release: Support making bitcoin charges through BitcoinReceive…
Browse files Browse the repository at this point in the history
…r source object
  • Loading branch information
mlahey-stripe committed Jan 22, 2015
1 parent 5e313a3 commit e596d4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.18.0 2015-01-21

* Support making bitcoin charges through BitcoinReceiver source object

=== 1.17.5 2014-12-23

* Adding support for creating file uploads.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.5
1.18.0
2 changes: 1 addition & 1 deletion lib/Stripe/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class Stripe
* @var boolean Defaults to true.
*/
public static $verifySslCerts = true;
const VERSION = '1.17.5';
const VERSION = '1.18.0';

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

0 comments on commit e596d4a

Please sign in to comment.