diff --git a/CHANGELOG.md b/CHANGELOG.md index cceaa830e..33d9a166d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.11] - 2024.2.22 + +### Fixed + +- Fixed the `getBlock` method for Doge, addressing an issue with the second boolean parameter. + ## [4.2.10] - 2024.2.22 ### Fixed diff --git a/package.json b/package.json index 0553b1c21..6e0bd5b0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tatumio/tatum", - "version": "4.2.10", + "version": "4.2.11", "description": "Tatum JS SDK", "author": "Tatum", "repository": "https://github.com/tatumio/tatum-js",