We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54b4d1 commit ae051f4Copy full SHA for ae051f4
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.2.0] - 2024-01-24
6
+### Changed
7
+- Updated reference gas cost for all messages in the gas estimator
8
+- Updated all proto definitions for Injective Core 1.12.1
9
+
10
## [1.1.1] - 2024-01-18
11
### Changed
12
- Updated the logic to create a `MsgLiquidatePosition` message
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.1.1"
+version = "1.2.0-rc1"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
0 commit comments