Skip to content

Commit 5cd4e06

Browse files
author
abel
committed
(fix) Change version number and update README file
1 parent cd3fa27 commit 5cd4e06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,17 @@ make tests
8787
```
8888

8989
### Changelogs
90+
**0.7.2**
91+
* Added a new gas limit calculation for the TransactionBroadcaster that estimates the value based on the messages in the transaction (without running the transaction simulation).
92+
9093
**0.7.1.2**
9194
* Add NBLA
9295

9396
**0.7.1.1**
9497
* Fixed Testnet network URLs
9598

9699
**0.7.1**
97-
* Include implementation of the MessageBroadcaster, to simplify the transaction creation and broadcasting process.
100+
* Include implementation of the TransactionBroadcaster, to simplify the transaction creation and broadcasting process.
98101

99102
**0.7.0.6**
100103
* ADD SEI/USDT in metadata

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9"
20-
VERSION = "0.7.1.2"
20+
VERSION = "0.7.2"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)