mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 5.15.0
This commit is contained in:
parent
81407b6807
commit
c1520fb208
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.15.0 - 2020-02-10
|
||||
* [#902](https://github.com/stripe/stripe-ruby/pull/902) Add `request_begin` instrumentation callback
|
||||
|
||||
## 5.14.0 - 2020-01-14
|
||||
* [#896](https://github.com/stripe/stripe-ruby/pull/896) Add support for `CreditNoteLineItem`
|
||||
* [#894](https://github.com/stripe/stripe-ruby/pull/894) Clean up test output by capturing `$stderr` when we expect warnings
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.14.0"
|
||||
VERSION = "5.15.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user