From 71d62335da362eabfd652b7e8b976d57b0f1d82c Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:40:54 +0000 Subject: [PATCH] Changes generated by f0a10635c4bc6143f412b6dbd6477e5c3773872c This commit was automatically created from gocardless/client-library-templates@f0a10635c4bc6143f412b6dbd6477e5c3773872c by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33094255876 --- CHANGELOG.md | 6 ++++++ lib/gocardless_pro/client.rb | 2 +- lib/gocardless_pro/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3941d3..d5cc70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +## 4.5.4 (2026-08-27) + +### Fixes + +- Fix typo in subscription status description + ## 4.5.3 (2026-08-13) ### Fixes diff --git a/lib/gocardless_pro/client.rb b/lib/gocardless_pro/client.rb index f599ce7..798a4ae 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.5.3', + 'GoCardless-Client-Version' => '4.5.4', }, } end diff --git a/lib/gocardless_pro/version.rb b/lib/gocardless_pro/version.rb index 6bdfd12..4879cdc 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.5.3' + VERSION = '4.5.4' end