From 403f9b22f69e7ec8217e533016f84817f1a9fe7b Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 11 May 2020 17:11:40 -0700 Subject: [PATCH] Bump version to 5.22.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 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