From 546e428a14fea68d5757eb8ca84f95b2f1bddcff Mon Sep 17 00:00:00 2001 From: Abel Armoa <30988000+aarmoa@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:57:29 -0300 Subject: [PATCH] (fix) Update version number --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffd2e07..4f14ce55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.6.3] +### Fixed +- Updated reference gas cost for messages in the gas limit estimator after chain upgrade v1.13 + ## [1.6.2] ### Fixed - Fixed issue in the `listen_derivative_market_updates` method in the `AsyncClient` class diff --git a/pyproject.toml b/pyproject.toml index 0a96dbaa..9ba05f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.6.2" +version = "1.6.3-rc1" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"