From 435beb03c61a0587cd67e24188eb7c039ee16dd0 Mon Sep 17 00:00:00 2001 From: Kamil Pavlicko Date: Mon, 25 Mar 2024 20:54:52 +0800 Subject: [PATCH] Release v4.3.0 (#94) --- CHANGELOG.md | 3 +++ chartmogul/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dd9ae..e1205c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ 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.3.0] - 2024-03-25 +- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities) + ## [4.2.1] - 2024-01-15 - Fix customer website_url, add missing allow_none=True diff --git a/chartmogul/version.py b/chartmogul/version.py index aef46ac..111dc91 100644 --- a/chartmogul/version.py +++ b/chartmogul/version.py @@ -1 +1 @@ -__version__ = "4.2.1" +__version__ = "4.3.0"