mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.24.0
This commit is contained in:
parent
23a0ee2dbe
commit
5d9039731b
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 5.24.0 - 2020-08-26
|
||||
* [#939](https://github.com/stripe/stripe-ruby/pull/939) Extract configurations into separate object
|
||||
* [#940](https://github.com/stripe/stripe-ruby/pull/940) Fix typo in documentation of `stripe_object.rb`
|
||||
|
||||
## 5.23.1 - 2020-08-05
|
||||
* [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.23.1"
|
||||
VERSION = "5.24.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user