Bump version to 1.8.9

This commit is contained in:
Amber Feng 2013-11-14 14:03:50 -08:00
parent 0149f83027
commit 28ac4ffe00
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
=== 1.8.9 2013-11-14
* 2 bugfixes:
* Fix gemspec dependencies so the gem doesn't break for Ruby 1.8 users
* Fix api_resource_test to not use returns as a way of testing rescue behavior
=== 1.8.8 2013-10-3
* Add support for metadata API

View File

@ -1 +1 @@
1.8.8
1.8.9

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.8.8'
VERSION = '1.8.9'
end