Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/chartmogul/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ChartMogul
VERSION = '4.10.0'
VERSION = '4.11.0'
end