Skip to content

Commit

Permalink
Bump version to 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Apr 24, 2020
1 parent e117c9f commit 49477fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.18.0
5.19.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.18.0"
VERSION = "5.19.0"
end

0 comments on commit 49477fa

Please sign in to comment.