mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.12.0
This commit is contained in:
parent
0790bb4154
commit
51d167aa29
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 4.12.0 - 2019-04-02
|
||||
* [#752](https://github.com/stripe/stripe-ruby/pull/752) Add `.delete` class method on deletable API resources
|
||||
* [#754](https://github.com/stripe/stripe-ruby/pull/754) Add class methods for all custom API requests (e.g. `Charge.capture`)
|
||||
|
||||
## 4.11.0 - 2019-03-26
|
||||
* [#753](https://github.com/stripe/stripe-ruby/pull/753) Add a global proxy configuration parameter
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.11.0".freeze
|
||||
VERSION = "4.12.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user