Bump version to 4.8.0

This commit is contained in:
Brandur 2019-02-03 12:26:29 -08:00
parent c1fa537e34
commit e0438d27a8
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
4.7.1
4.8.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.7.1".freeze
VERSION = "4.8.0".freeze
end