Bump version to 4.8.1

This commit is contained in:
Brandur 2019-02-11 11:28:47 -08:00
parent 65cc699832
commit c070c05237
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.8.1 - 2019-02-11
* [#743](https://github.com/stripe/stripe-ruby/pull/743) Fix bug in file uploading introduced in #741
## 4.8.0 - 2019-02-03
* [#741](https://github.com/stripe/stripe-ruby/pull/741) Use `FaradayStripeEncoder` to encode all parameter styles

View File

@ -1 +1 @@
4.8.0
4.8.1

View File

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