mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.12.0
This commit is contained in:
parent
c5be2f492b
commit
e23ae43850
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.12.0 - 2020-01-02
|
||||
* [#889](https://github.com/stripe/stripe-ruby/pull/889) Add support for retrieve source transaction API method
|
||||
|
||||
## 5.11.0 - 2019-11-26
|
||||
* [#885](https://github.com/stripe/stripe-ruby/pull/885) Add support for `CreditNote` preview
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.11.0"
|
||||
VERSION = "5.12.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user