From faeb0cae4e7377d1d2af7f341dc67eb03323ce09 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 20 Jan 2022 09:29:15 -0800 Subject: [PATCH] Bump version to 5.43.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afdb7b98..5f046c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.43.0 - 2022-01-20 +* [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates + * Add support for new resource `PaymentLink` + ## 5.42.0 - 2021-12-13 * [#1022](https://github.com/stripe/stripe-ruby/pull/1022) Add connection manager logging and include object IDs in logging. diff --git a/VERSION b/VERSION index 3649f8bb..570fba3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.42.0 +5.43.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 5fc84e52..8f5860b0 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.42.0" + VERSION = "5.43.0" end