diff --git a/CHANGELOG.md b/CHANGELOG.md index b5997f3..0ad9dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/chartmogul/version.py b/chartmogul/version.py index 8355eb4..ea674c5 100644 --- a/chartmogul/version.py +++ b/chartmogul/version.py @@ -1 +1 @@ -__version__ = "4.7.0" +__version__ = "4.8.0"