mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.20.0
This commit is contained in:
parent
58fdde1289
commit
07f58cad01
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.20.0 - 2020-04-27
|
||||
* [#916](https://github.com/stripe/stripe-ruby/pull/916) Add new `.generate_header` method for webhooks
|
||||
|
||||
## 5.19.0 - 2020-04-24
|
||||
* [#915](https://github.com/stripe/stripe-ruby/pull/915) Expose `Stripe::Webhook.compute_signature` publicly
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.19.0"
|
||||
VERSION = "5.20.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user