Bumping version to 1.16.1

This commit is contained in:
wangjohn 2014-12-19 18:03:44 -08:00
parent 8e311b716f
commit 62e110a33e
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
=== 1.16.1 2014-12-19
* 2 minor enhancements:
* Ability to send idempotent requests
* Ability to specify stripe account as a header.
=== 1.16.0 2014-10-08
* 1 minor enhacement:

View File

@ -1 +1 @@
1.16.0
1.16.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.16.0'
VERSION = '1.16.1'
end