We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203f16f commit ab53c2cCopy full SHA for ab53c2c
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.13.0] - 2026-02-13
6
+### Changed
7
+- Updated all compiled protos for compatibility with Injective core v1.18.0 and Indexer v1.18.3
8
+- Includes new proto definitions for the Chainlink Data Streams oracle
9
+
10
## [1.12.0] - 2025-11-10
11
### Changed
12
- Updated all compiled protos for compatibility with Injective core v1.17.0 and Indexer v1.17.16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.13.0-rc1"
+version = "1.13.0"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
0 commit comments