Navigation Menu

Skip to content

Commit

Permalink
Bump version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Dec 8, 2017
1 parent cf81001 commit bfbc4b7
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.0 - 2017-12-08
* [#613](https://github.com/stripe/stripe-ruby/pull/613) Introduce new `IdempotencyError` type for idempotency-specific failures

## 3.8.2 - 2017-12-07
* [#612](https://github.com/stripe/stripe-ruby/pull/612) Fix integer-indexed array encoding when sent as query parameter (subscription items can now be used when fetching an upcoming invoice)

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

0 comments on commit bfbc4b7

Please sign in to comment.