From 07f58cad019664581fe5c2682e4128d33248030c Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 27 Apr 2020 14:37:36 -0700 Subject: [PATCH] Bump version to 5.20.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67dac61c..5e5e4190c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 9c64cd9b8..0af471c5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.19.0 +5.20.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 693344636..a7b934823 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.19.0" + VERSION = "5.20.0" end