From 50bdfbefbcd38811090228e2665fde1558f31778 Mon Sep 17 00:00:00 2001 From: PavelInjective Date: Thu, 14 Nov 2024 12:45:38 +0100 Subject: [PATCH 1/4] (fix) Updated version number in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1d24ca9..3bb35049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.8.0-pre" +version = "1.8.0" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0" From bff2fa922f4daa905a924493537ec3871e4ef908 Mon Sep 17 00:00:00 2001 From: PavelInjective Date: Thu, 14 Nov 2024 13:00:55 +0100 Subject: [PATCH 2/4] (fix) Edit version in the CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62507c3d..80cafcb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.8.0] - 9999-99-99 +## [1.8.0] ### Changed - The markets initialization in AsyncClient has been modified to get markets information from the chain endpoints instead of the Indexer endpoints From f206f58604d6a44045743e63c50d0fd3ae685d24 Mon Sep 17 00:00:00 2001 From: PavelInjective Date: Thu, 14 Nov 2024 13:19:12 +0100 Subject: [PATCH 3/4] (fix) Edit date in the CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cafcb8..cfaaa926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.8.0] +## [1.8.0] - 2024-11-14 ### Changed - The markets initialization in AsyncClient has been modified to get markets information from the chain endpoints instead of the Indexer endpoints From dc8d00f9a2ddafbd691bba9ec1747751189ec2bd Mon Sep 17 00:00:00 2001 From: PavelInjective Date: Thu, 14 Nov 2024 15:07:27 +0100 Subject: [PATCH 4/4] (fix) Edit version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb35049..024cbe31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.8.0" +version = "1.9.0-pre" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"