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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [4.8.0] - 2026-01-06
- Mention filters (CFL) param for metrics api
- Add Customer.subscriptions
- Update CustomerSubscription.list_imported to deprecated
- Add disabled, disabled_at, edit_history_summary and errors fields to Invoice

## [4.7.0] - 2025-12-22
- Add fetching additional DataSource fields

## [4.6.4] - 2025-11-24
- Add Subscription Set ID key to Activity

Expand Down
2 changes: 1 addition & 1 deletion chartmogul/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.7.0"
__version__ = "4.8.0"