Bump version

This commit is contained in:
Richo Healey 2014-04-09 20:57:19 -07:00
parent f340d6249c
commit e6850316f7
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
=== 1.11.0 2014-04-09
* 2 minor enhancements:
* Update included ca bundles
* Implement certificate blacklisting
=== 1.10.2 2014-02-18
* 1 minor enhancement:

View File

@ -1 +1 @@
1.10.2
1.11.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.10.2'
VERSION = '1.11.0'
end