Skip to content

Commit

Permalink
Bump version to 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 13, 2018
1 parent 0a32b7c commit c909900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 6.8.1 - 2018-06-13
* [#472](https://github.com/stripe/stripe-php/pull/472) Added phpDoc for `ApiRequestor` and others, especially regarding thrown errors

## 6.8.0 - 2018-06-13
* [#481](https://github.com/stripe/stripe-php/pull/481) Add new `\Stripe\Discount` and `\Stripe\OrderItem` classes, add more PHPDoc describing object attributes

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6.8.0
6.8.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -52,7 +52,7 @@ class Stripe
// @var float Initial delay between retries, in seconds
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '6.8.0';
const VERSION = '6.8.1';

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

0 comments on commit c909900

Please sign in to comment.