Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

## [Unreleased] - 9999-99-99
Copy link

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The date format '9999-99-99' is non-standard for unreleased versions. Consider using a more conventional format like 'TBD', 'Unreleased', or omitting the date entirely until release.

Suggested change
## [Unreleased] - 9999-99-99
## [Unreleased]

Copilot uses AI. Check for mistakes.

## [1.11.0] - 2025-07-29
### Added
- Added support for Exchange V2 proto queries and types
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "1.11.0"
version = "1.12.0-rc1"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
Expand Down
Loading