Skip to content

Commit b2c569c

Browse files
committed
(fix) Updated pyproject version and CHANGELOG.md file
1 parent 25e9dbf commit b2c569c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

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

5-
## [1.6.0] - 9999-99-99
5+
## [1.6.0] - 2024-07-30
66
### Added
77
- Support for all queries in the chain "tendermint" module
88
- Support for all queries in the "IBC Transfer" module
99
- Support for all queries in the "IBC Channel" module
1010
- Support for all queries in the "IBC Client" module
1111
- Support for all queries in the "IBC Connection" module
12+
- Support for all queries and messages in the chain "permissions" module
1213
- Tokens initialization from the official tokens list in https://github.com/InjectiveLabs/injective-lists
1314

1415
### Changed

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.6.0-rc1"
3+
version = "1.6.0"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)