Bump version to 5.24.0

This commit is contained in:
Brandur 2020-08-26 13:01:23 -07:00
parent 23a0ee2dbe
commit 5d9039731b
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.23.1
5.24.0

View File

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