diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afdb60057..e43f1ea1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## dev branch +## v1.0.1-beta - 2023-03-17 **Features:** - NFT integration `WIP` [#900](https://github.com/KomodoPlatform/atomicDEX-API/issues/900) @@ -28,6 +28,7 @@ - Get rid of unnecessary / old dependencies: `crossterm`, `crossterm_winapi`, `mio 0.7.13`, `miow`, `ntapi`, `signal-hook`, `signal-hook-mio` in [#1710](https://github.com/KomodoPlatform/atomicDEX-API/pull/1710) - A bug that caused EVM swap payments validation to fail because the tx was not available yet in the RPC node when calling `eth_getTransactionByHash` was fixed in [#1716](https://github.com/KomodoPlatform/atomicDEX-API/pull/1716). `eth_getTransactionByHash` in now retried in `wait_for_confirmations` until tx is found in the RPC node, this makes sure that the transaction is returned from `eth_getTransactionByHash` later when validating. + ## v1.0.0-beta - 2023-03-08 **Features:**