Bump version to 5.20.0

This commit is contained in:
Brandur 2020-04-27 14:37:36 -07:00
parent 58fdde1289
commit 07f58cad01
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
5.19.0
5.20.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.19.0"
VERSION = "5.20.0"
end