Skip to content

Commit 29ca088

Browse files
author
abel
committed
(feat) Updated version number and changelog
1 parent 6fba3c4 commit 29ca088

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

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

5-
## [1.0.1] - 2023-12-11
5+
## [1.0.1] - 2024-01-08
66
### Added
77
- Added low level API components for all modules (chain, exchain and explorer) to make the Python SDK compatible with the TypeScript SDK.
8+
- Added support for all wasm module messages.
9+
- Added support for all token factory module messages.
810

911
### Changed
10-
- Updated proto definitions to injective-core v1.12.2-testnet and injective-indexer v1.12.45-rc3
12+
- Updated proto definitions to injective-core v1.12.0 and injective-indexer v1.12.72
1113
- Added new functions in AsyncClient to interact with chain, exchange and explorer using the low level API components
1214
- Marked old function sin AsyncClient as deprecated (the functions will be removed in a future version)
1315
- Updated all API examples to use the new AsyncClient functions

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-rc5"
3+
version = "1.0.1"
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)