Bump version to 3.20.0

This commit is contained in:
Olivier Bellone 2018-08-03 12:26:19 +02:00
parent 76a8a45eb6
commit 7e914bc9cb
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.20.0 - 2018-08-03
* [#669](https://github.com/stripe/stripe-ruby/pull/669) Add support for file links
## 3.19.0 - 2018-07-27
* [#666](https://github.com/stripe/stripe-ruby/pull/666) Add support for scheduled query runs (`Stripe::Sigma::ScheduledQueryRun`) for Sigma

View File

@ -1 +1 @@
3.19.0
3.20.0

View File

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