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