Skip to content

Commit

Permalink
Bump version to 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jul 28, 2016
1 parent fdc7f33 commit cbdd400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 3.17.1 2016-07-28

* Fix auto-paging iterator so that it plays nicely with `iterator_to_array`

### 3.17.0 2016-07-14

* Add field annotations to model classes for better editor hinting
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.17.0
3.17.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -27,7 +27,7 @@ class Stripe
// @var boolean Defaults to true.
public static $verifySslCerts = true;

const VERSION = '3.17.0';
const VERSION = '3.17.1';

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

0 comments on commit cbdd400

Please sign in to comment.