From ca842feef392d791a3c0541aa516caa115ffb9ea Mon Sep 17 00:00:00 2001 From: Wiktor Plaga Date: Tue, 6 Jan 2026 14:39:21 +0100 Subject: [PATCH 1/2] Update version to v4.11.0 --- lib/chartmogul/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chartmogul/version.rb b/lib/chartmogul/version.rb index 3a8db7a..796a105 100644 --- a/lib/chartmogul/version.rb +++ b/lib/chartmogul/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ChartMogul - VERSION = '4.10.0' + VERSION = '4.11.0' end From aa41b8184879f65607088903994631e78878bef5 Mon Sep 17 00:00:00 2001 From: Wiktor Plaga Date: Tue, 6 Jan 2026 14:39:28 +0100 Subject: [PATCH 2/2] Update changelog --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index a438133..bc39287 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # chartmogul-ruby Change Log +## Version 4.11.0 - Jan 6, 2026 +- Add new API usage for Customer Subscriptions connect and disconnect +- Update retrieve to accept query params + +## Version 4.10.0 - Dec 22, 2025 +- Add fetching additional DataSource fields + ## Version 4.9.0 - Nov 25, 2025 - Add field subscription-set-external-id to /activities, drop support for eol rubies