mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.8.0
This commit is contained in:
parent
c1fa537e34
commit
e0438d27a8
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.8.0 - 2019-02-03
|
||||
* [#741](https://github.com/stripe/stripe-ruby/pull/741) Use `FaradayStripeEncoder` to encode all parameter styles
|
||||
|
||||
## 4.7.1 - 2019-02-01
|
||||
* [#740](https://github.com/stripe/stripe-ruby/pull/740) Fix query encoding for integer-indexed maps
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.7.1".freeze
|
||||
VERSION = "4.8.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user