Skip to content

Commit

Permalink
Bump version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Dec 15, 2017
1 parent 659025c commit f6484e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 3.9.1 - 2017-12-15
* [#616](https://github.com/stripe/stripe-ruby/pull/616) Support all file-like objects for uploads with duck typed checks on `path` and `read` (we previously whitelisted only certain classes)

## 3.9.0 - 2017-12-08
* [#613](https://github.com/stripe/stripe-ruby/pull/613) Introduce new `IdempotencyError` type for idempotency-specific failures

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.9.0
3.9.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,3 +1,3 @@
module Stripe
VERSION = "3.9.0".freeze
VERSION = "3.9.1".freeze
end

0 comments on commit f6484e3

Please sign in to comment.