diff --git a/CHANGELOG.md b/CHANGELOG.md index ba39a68f39..6648a58d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,42 @@ # CHANGELOG +## 1.1.45 +Build date: Jun 26, 2024. + +Features & Updates: +- Update chain-list (#183) + - Update multi-chain asset for some tokens + - Update price & logo + - Add support BounceBit testnet network + - Add support for Bitlayer Lucky Helmet NFT (#243) + - Add support for LayerEdge Testnet (#241) +- Update chainlist (#206) + - Add support for MERL token (#245) + - Add support for BEVM OP Testnet (#244) +- Handle show inscriptions by batch (#182) +- Handle show address on Receive feature (#209) +- Update currency symbol (#214) +- Update subwallet-react-ui +- Update content for some message (#159) +- Update loading for fee selection on send Fund screen (175) +- Update confirmation, history screen (#44) + +Bug Fixes: +- Error can re-import brc20 token even though the token is already in the wallet (#194) +- Fix bug Can't import Rune with decimals = 0 (#170) +- Update API for calculate fee rate (189) +- Fix bug do not show Block time +- Fix API return type (#187) + + ## 1.1.44 +Build date: Jun 21, 2024. Features & Updates: - Support Firefox ## 1.1.43 +Build date: Jun 12, 2024. Features & Updates: - First version with basic Bitcoin & EVM Features diff --git a/package.json b/package.json index 764354d749..112164a039 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/openbitdev/OpenBit-Wallet.git" }, "sideEffects": false, - "version": "1.1.45-3", + "version": "1.1.45", "workspaces": [ "packages/*" ],