Skip to content

Commit ed471e5

Browse files
authored
Update version to v3.9.0 (#124)
* Update version to v3.9.0 * Update changelog
1 parent 49720b7 commit ed471e5

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning].
88
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
99
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1010

11+
## [3.9.0] - 2026-01-06
12+
- Add new subscriptions list, connect and disconnect
13+
- Add tests confirming that retrieve accepts query params
14+
1115
## [3.8.0] - 2025-12-17
1216
- Update tests to confirm fetching additional DataSource fields works
1317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartmogul-node",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Official Chartmogul API Node.js Client",
55
"main": "lib/chartmogul.js",
66
"scripts": {

0 commit comments

Comments
 (0)