# Changelog ## [Unreleased] ## [v0.2.1](https://github.com/umee-network/peggo/releases/tag/v0.2.1) - 2022-01-31 ### Improvements - [#132] Add `cosmos-msgs-per-tx` flag to set how many messages (Ethereum claims) will be sent in each Cosmos transaction. - [#134] Improve valset relaying by changing how we search for the last valid valset update. ### Bug Fixes - [#134] Fix logs, CLI help and a panic when a non-function call transaction was received during the TX pending check. ## [v0.2.0](https://github.com/umee-network/peggo/releases/tag/v0.2.0) - 2022-01-17 ### Features - [#118] Target the [Gravity Bridge](https://github.com/Gravity-Bridge/Gravity-Bridge) module. ### Improvements - [#123] Cleanup after GB implementation. Updates and fixes to match Gravity.sol - [#125] Enable running tests with Ganache. Use gentx for gravity keys. ### Bug fixes - [#128] Fix "nonce too low" error and other issues related to relaying. ## [v0.1.1](https://github.com/umee-network/peggo/releases/tag/v0.1.1) - 2021-12-22 ### Bug Fixes - [#104] Claims are split into chunks of 10 to avoid hitting request limits. ### Improvements - [#104] Changed timeout for broadcasting TXs to Umee to 60s to match that of the official Gravity Bridge. - [#105] Added a gas limit adjustment flag for Ethereum transactions. ## [v0.1.0](https://github.com/umee-network/peggo/releases/tag/v0.1.0) - 2021-12-18 ### Features - Initial release!!!