mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-11 00:02:39 -05:00
Bump version to 3.13.0
This commit is contained in:
parent
9594875bbd
commit
21b0514d1e
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.13.0 - 2018-04-11
|
||||||
|
* [#498](https://github.com/stripe/stripe-ruby/pull/498) Add support for flexible billing primitives
|
||||||
|
|
||||||
## 3.12.1 - 2018-04-05
|
## 3.12.1 - 2018-04-05
|
||||||
* [#636](https://github.com/stripe/stripe-ruby/pull/636) Fix a warning for uninitialized instance variable `@additive_params`
|
* [#636](https://github.com/stripe/stripe-ruby/pull/636) Fix a warning for uninitialized instance variable `@additive_params`
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "3.12.1".freeze
|
VERSION = "3.13.0".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user