diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b3ea11..54aed57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.6.1 (2024-04-22) + - fixed: Missing `scriptPubkeyByPath` processor data from wallet data dump returned by `dumpData` - fixed: Prevent wallet processor data corruption ("Missing processor address" error) diff --git a/package.json b/package.json index 65cc1698..baa0b128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-currency-plugins", - "version": "2.6.0", + "version": "2.6.1", "description": "Edge currency plugins to fetch and process wallet accounts, balances and transactions.", "repository": "https://github.com/EdgeApp/edge-currency-plugins", "license": "MIT",