From 7dc40e509c60637b2bae43b478a163569294b1d3 Mon Sep 17 00:00:00 2001 From: abel Date: Mon, 15 Jan 2024 14:23:09 -0300 Subject: [PATCH] (fix) Updated version number and CHANGELOG --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e00a2ae..8be39513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2024-01-15 +### Added +- Added new functions in all Market classes to convert values from extended chain format (the ones provided by chain streams) into human-readable format + +### Changed +- Updated proto definitions for Indexer node using version v1.12.79.1 +- Updated market and tokens INI configuration files + + ## [1.0.1] - 2024-01-08 ### Added - Added low level API components for all modules (chain, exchain and explorer) to make the Python SDK compatible with the TypeScript SDK. diff --git a/pyproject.toml b/pyproject.toml index ead03c5c..a15c4162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.0.1" +version = "1.1.0" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"