We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe114a commit 435beb0Copy full SHA for 435beb0
2 files changed
CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning].
8
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
9
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
10
11
+## [4.3.0] - 2024-03-25
12
+- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)
13
+
14
## [4.2.1] - 2024-01-15
15
- Fix customer website_url, add missing allow_none=True
16
chartmogul/version.py
@@ -1 +1 @@
1
-__version__ = "4.2.1"
+__version__ = "4.3.0"
0 commit comments