diff --git a/CHANGELOG.md b/CHANGELOG.md index 1339a4d..8cd96b9 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.35.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.34.0...v1.35.0) (2023-05-14) + + +### Features + +* retry on empty response ([#134](https://github.com/Leo4815162342/dukascopy-node/issues/134)) ([5ac13ba](https://github.com/Leo4815162342/dukascopy-node/commit/5ac13ba1833a42c18d43bba532cb601d2f802dbf)) + ## [1.34.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.33.0...v1.34.0) (2023-03-30) diff --git a/package.json b/package.json index e759550..a91fa75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.34.0", + "version": "1.35.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",