mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 3.20.0
This commit is contained in:
parent
76a8a45eb6
commit
7e914bc9cb
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.19.0".freeze
|
||||
VERSION = "3.20.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user