diff --git a/CHANGELOG.md b/CHANGELOG.md index a112a626..e29ba250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/pendulum-chain/portal/compare/v1.4.1...v1.4.2) (2024-04-11) + + +### Bug Fixes + +* Fix available balance calculation ([#404](https://github.com/pendulum-chain/portal/issues/404)) ([ca58c82](https://github.com/pendulum-chain/portal/commit/ca58c824dd591405e0adef463c40b98785a964f2)) + ## [1.4.1](https://github.com/pendulum-chain/portal/compare/v1.4.0...v1.4.1) (2024-04-10) # [1.4.0](https://github.com/pendulum-chain/portal/compare/v1.3.8...v1.4.0) (2024-04-08) diff --git a/package.json b/package.json index dd748a05..97544c46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pendulum-chain-portal", "private": true, - "version": "1.4.1", + "version": "1.4.2", "type": "module", "packageManager": "yarn@4.0.1", "scripts": {