diff --git a/CHANGELOG.md b/CHANGELOG.md index 03278e9..1516740 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.24.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.23.0...v1.24.0) (2022-08-21) + + +### Features + +* **cli:** human readable output for instrument and dates ([#91](https://github.com/Leo4815162342/dukascopy-node/issues/91)) ([4473a6f](https://github.com/Leo4815162342/dukascopy-node/commit/4473a6f26cd66d47a95770c022f0827e74d10d0c)) + ## [1.23.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.22.2...v1.23.0) (2022-08-19) diff --git a/package.json b/package.json index 3b7789c..ec9fca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.23.0", + "version": "1.24.0", "description": "Node.js library for downloading historical market tick data for 800+ different instruments (stocks, crypto, commodities, forex, etc.)", "main": "dist/index.js", "module": "dist/esm/index.js",