From 6595ee875a5978072dd959796b8f9db2009a5738 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:09:17 +0000 Subject: [PATCH] Changes generated by a136b770f349c32068f9136b1cc51ad79767fb26 This commit was automatically created from gocardless/client-library-templates@a136b770f349c32068f9136b1cc51ad79767fb26 by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/34853458962 --- CHANGELOG.md | 8 ++++++++ lib/gocardless_pro/client.rb | 2 +- lib/gocardless_pro/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e546610..f44c249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 4.7.2 (2026-09-14) + +### Fixes + +#### Fix nullable field declarations and missing properties across multiple resources + +Adds `null` to type declarations for fields that legitimately return nil across redirect_flows, webhooks, scheme_identifiers, customer_bank_accounts, outbound_payments, and billing_request_with_actions. Also adds the missing `period_alignment` property to mandate consent_parameters. + ## 4.7.1 (2026-09-14) ### Fixes diff --git a/lib/gocardless_pro/client.rb b/lib/gocardless_pro/client.rb index c97d7fb..a064749 100644 --- a/lib/gocardless_pro/client.rb +++ b/lib/gocardless_pro/client.rb @@ -283,7 +283,7 @@ def default_options 'User-Agent' => "#{user_agent}", 'Content-Type' => 'application/json', 'GoCardless-Client-Library' => 'gocardless-pro-ruby', - 'GoCardless-Client-Version' => '4.7.1', + 'GoCardless-Client-Version' => '4.7.2', }, } end diff --git a/lib/gocardless_pro/version.rb b/lib/gocardless_pro/version.rb index 9470ebd..f2c031d 100644 --- a/lib/gocardless_pro/version.rb +++ b/lib/gocardless_pro/version.rb @@ -3,5 +3,5 @@ module GoCardlessPro module GoCardlessPro # Current version of the GC gem - VERSION = '4.7.1' + VERSION = '4.7.2' end