diff --git a/CHANGELOG.md b/CHANGELOG.md index 4046bc489e..5653dcd433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ Changelog ========= -## vNext +## 3.1.0 + +### Features + +- Included stake pool ID on the "Confirmation" step of the "Delegation" wizard and enabled search by stake pool ID on the "Stake Pools" screen ([PR 2281](https://github.com/input-output-hk/daedalus/pull/2281)) ### Fixes @@ -10,7 +14,6 @@ Changelog ### Chores - Canceled running fee estimation api requests once new request is made ([PR 2239](https://github.com/input-output-hk/daedalus/pull/2239)) -- Included stake pool ID on the "Confirmation" step of the "Delegation" wizard and enabled search by stake pool ID on the "Stake Pools" screen ([PR 2281](https://github.com/input-output-hk/daedalus/pull/2281)) - Updated `iohk-nix` in order to fix `cardano-node` logging levels ([PR 2283](https://github.com/input-output-hk/daedalus/pull/2283)) - Updated `@cardano-foundation/ledgerjs-hw-app-cardano` package to version `2.1.0` ([PR 2279](https://github.com/input-output-hk/daedalus/pull/2279)) - Updated `ini` package ([PR 2278](https://github.com/input-output-hk/daedalus/pull/2278)) diff --git a/package.json b/package.json index 0c4ab40bc2..cbd19041e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "daedalus", "productName": "Daedalus", - "version": "3.0.0", + "version": "3.1.0", "description": "Cryptocurrency Wallet", "main": "./dist/main/index.js", "scripts": {