diff --git a/CHANGELOG.md b/CHANGELOG.md index 770c0b0fc6..7ecc9959f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## 2.4.1 + +### Fixes + +- Fixed `leftovers` not being displayed correctly ([PR 2231](https://github.com/input-output-hk/daedalus/pull/2231)) +- Fixed prettier/flow linting issue ([PR 2232](https://github.com/input-output-hk/daedalus/pull/2232)) + ## 2.4.1-FC1 ### Features @@ -10,7 +17,6 @@ Changelog ### Fixes -- Fixed `leftovers` not being displayed correctly ([PR 2231](https://github.com/input-output-hk/daedalus/pull/2231)) - Fixed Address validation on Shelley QA network ([PR 2218](https://github.com/input-output-hk/daedalus/pull/2218)) - Vertically centered empty news feed message ([PR 2216](https://github.com/input-output-hk/daedalus/pull/2216)) - Fixed the fix missing space in the App Update Overlay error message ([PR 2219](https://github.com/input-output-hk/daedalus/pull/2219)) diff --git a/package.json b/package.json index 7074cbd9a2..fb59fde5d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "daedalus", "productName": "Daedalus", - "version": "2.4.1-FC1", + "version": "2.4.1", "description": "Cryptocurrency Wallet", "main": "./dist/main/index.js", "scripts": {