diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c63c6..a98fbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.37.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.36.2...v1.37.0) (2024-03-04) + + +### Features + +* **cli:** format dates ([#170](https://github.com/Leo4815162342/dukascopy-node/issues/170)) ([1b4292f](https://github.com/Leo4815162342/dukascopy-node/commit/1b4292f36a952b31d74f941de774bf281b3962a1)) + ### [1.36.2](https://github.com/Leo4815162342/dukascopy-node/compare/v1.36.1...v1.36.2) (2023-09-17) diff --git a/package.json b/package.json index 160134a..cb135aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.36.2", + "version": "1.37.0", "description": "Node.js library for downloading historical market tick data for for Crypto, Stocks, ETFs, CFDs, Forex", "main": "dist/index.js", "module": "dist/esm/index.js",