From ae051f48d276f4a1798e1409fb35451cb226bccd Mon Sep 17 00:00:00 2001 From: abel Date: Tue, 23 Jan 2024 16:42:15 -0300 Subject: [PATCH] (fix) Updated version number and CHANGELOG --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fee1443..20ae791c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-01-24 +### Changed +- Updated reference gas cost for all messages in the gas estimator +- Updated all proto definitions for Injective Core 1.12.1 + ## [1.1.1] - 2024-01-18 ### Changed - Updated the logic to create a `MsgLiquidatePosition` message diff --git a/pyproject.toml b/pyproject.toml index 870533bc..a024299a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [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 "] license = "Apache-2.0"