diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5e4190..c3366323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.21.0 - 2020-04-29 +* [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs + ## 5.20.0 - 2020-04-27 * [#916](https://github.com/stripe/stripe-ruby/pull/916) Add new `.generate_header` method for webhooks diff --git a/VERSION b/VERSION index 0af471c5..b5e0460c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.20.0 +5.21.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a7b93482..07031405 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.20.0" + VERSION = "5.21.0" end