From 49477fa250957e94cab75729d4f9b6d9a4bd5070 Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 24 Apr 2020 10:59:14 -0700 Subject: [PATCH] Bump version to 5.19.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 11c9df999..f6cc417e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## - 2020-04-24 +* [#915](https://github.com/stripe/stripe-ruby/pull/915) Expose `Stripe::Webhook.compute_signature` publicly + ## 5.18.0 - 2020-04-22 * [#911](https://github.com/stripe/stripe-ruby/pull/911) Add support for `BillingPortal` namespace and `Session` resource and APIs diff --git a/VERSION b/VERSION index 391dca82b..9c64cd9b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.18.0 +5.19.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 416e4f229..693344636 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.18.0" + VERSION = "5.19.0" end