Bump version to 2.3.0

This commit is contained in:
Brandur 2017-04-14 09:48:55 -07:00
parent 420aac584b
commit 74b5f08930
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.3.0 2017-04-14
* Add question mark accessor when assigning boolean value to undefined field
=== 2.2.1 2017-04-07
* Declare minimum required Faraday as 0.9

View File

@ -1 +1 @@
2.2.1
2.3.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.2.1'
VERSION = '2.3.0'
end