diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f2cd6f..eb888093 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.22.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.21.0...v1.22.0) (2022-08-03) + + +### Features + +* new instruments (Aug 2022) ([#84](https://github.com/Leo4815162342/dukascopy-node/issues/84)) ([c07c158](https://github.com/Leo4815162342/dukascopy-node/commit/c07c15849b9869c631f0856e7b825878a132f951)) + ## [1.21.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.20.0...v1.21.0) (2022-05-29) diff --git a/package.json b/package.json index 92ba8653..88b816bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.21.0", + "version": "1.22.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",