mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Bump version to 5.5.0
This commit is contained in:
parent
ba7ee5c5f4
commit
7e5698e77d
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.5.0 - 2019-10-03
|
||||
* [#859](https://github.com/stripe/stripe-ruby/pull/859) User-friendly messages and retries for `EOFError`, `Errno::ECONNRESET`, `Errno::ETIMEDOUT`, and `Errno::EHOSTUNREACH` network errors
|
||||
|
||||
## 5.4.1 - 2019-10-01
|
||||
* [#858](https://github.com/stripe/stripe-ruby/pull/858) Drop Timecop dependency
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.4.1"
|
||||
VERSION = "5.5.0"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user