From 77601aa08368f9f8fce4f70b750bb03dc63a606d Mon Sep 17 00:00:00 2001 From: Kamil Pavlicko Date: Mon, 25 Mar 2024 19:14:55 +0700 Subject: [PATCH] Release v3.4.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f8c8c..6f823ba 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 +## [3.4.0] - 2024-03-25 +- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities) + ## [3.3.2] - 2024-02-28 - Fix query string not passed after replacing `request` library with `superagent`