From a06b1477e7c28f299222de454fa387e53bfd2c66 Mon Sep 17 00:00:00 2001 From: Kamil Pajdzik Date: Fri, 8 Apr 2022 10:07:08 -0700 Subject: [PATCH] Bump version to 5.49.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 005bf219..9f37c0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.49.0 - 2022-04-08 +* [#1043](https://github.com/stripe/stripe-ruby/pull/1043) API Updates + * Add support for `apply_customer_balance` method on resource `PaymentIntent` + ## 5.48.0 - 2022-03-30 * [#1041](https://github.com/stripe/stripe-ruby/pull/1041) API Updates * Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader` diff --git a/VERSION b/VERSION index 74a58a67..357e1c72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.48.0 +5.49.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 2c88f737..7c85c2f7 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.48.0" + VERSION = "5.49.0" end