diff --git a/CHANGELOG.md b/CHANGELOG.md index c33663234..8d9ce6480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.22.0 - 2020-05-11 +* [#918](https://github.com/stripe/stripe-ruby/pull/918) Add support for the `LineItem` resource and APIs + ## 5.21.0 - 2020-04-29 * [#917](https://github.com/stripe/stripe-ruby/pull/917) Add support for the `Price` resource and APIs diff --git a/VERSION b/VERSION index b5e0460c6..0eced473d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.0 +5.22.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 070314052..d60aceec1 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.21.0" + VERSION = "5.22.0" end