Skip to content

Commit ab53c2c

Browse files
committed
[CHORE] Updated CHANGELOG.md and pyproject.toml for release v1.13.0
1 parent 203f16f commit ab53c2c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
510
## [1.12.0] - 2025-11-10
611
### Changed
712
- Updated all compiled protos for compatibility with Injective core v1.17.0 and Indexer v1.17.16

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "1.13.0-rc1"
3+
version = "1.13.0"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <contact@injectivelabs.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)