diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e66a2..6d22616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ 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.5.0] - 2024-04-08 -- BUG: Improve all tests that always return true (https://github.com/chartmogul/chartmogul-node/pull/100) +## Unreleased +- Improve all tests that always return true (https://github.com/chartmogul/chartmogul-node/pull/100) ## [3.4.0] - 2024-03-25 - Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities) diff --git a/package.json b/package.json index 2d05d1b..481c554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chartmogul-node", - "version": "3.5.0", + "version": "3.4.0", "description": "Official Chartmogul API Node.js Client", "main": "lib/chartmogul.js", "scripts": {