diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2990a38..cceaa830e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.10] - 2024.2.22 + +### Fixed + +- Fixed tests. Temporarily disabled `data-api` related tests and `eos` tests. + ## [4.2.9] - 2024.2.15 ### Added diff --git a/package.json b/package.json index 196633748..0553b1c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tatumio/tatum", - "version": "4.2.9", + "version": "4.2.10", "description": "Tatum JS SDK", "author": "Tatum", "repository": "https://github.com/tatumio/tatum-js",