Bump version to 1.16.0

This commit is contained in:
Greg Sabo 2014-10-08 14:17:09 -07:00
parent 2c6f4caa99
commit ed873459b7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.16.0 2014-10-08
* 1 minor enhacement:
* Coupons now support update operations - useful for manipulating metadata.
=== 1.15.0 2014-07-26
* 1 major enhacement:

View File

@ -1 +1 @@
1.15.0
1.16.0

View File

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