Skip to content

Commit 7dc40e5

Browse files
author
abel
committed
(fix) Updated version number and CHANGELOG
1 parent f9b394a commit 7dc40e5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.1.0] - 2024-01-15
6+
### Added
7+
- Added new functions in all Market classes to convert values from extended chain format (the ones provided by chain streams) into human-readable format
8+
9+
### Changed
10+
- Updated proto definitions for Indexer node using version v1.12.79.1
11+
- Updated market and tokens INI configuration files
12+
13+
514
## [1.0.1] - 2024-01-08
615
### Added
716
- Added low level API components for all modules (chain, exchain and explorer) to make the Python SDK compatible with the TypeScript SDK.

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.0.1"
3+
version = "1.1.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)