Bump version to 5.15.0

This commit is contained in:
Brandur 2020-02-10 14:23:43 -08:00
parent 81407b6807
commit c1520fb208
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
5.14.0
5.15.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.14.0"
VERSION = "5.15.0"
end