Skip to content

Commit 090d8b3

Browse files
committed
(fix) Updated CHANGELOG.md file and version in pyproject.toml
1 parent 2ce352e commit 090d8b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
## [1.7.0] - 2024-09-18
5+
## [1.7.1] - 2024-09-24
6+
### Fixed
7+
- Fixed logic to get the absolute ofac.json file path
8+
9+
## [1.7.0] - 2024-09-19
610
### Added
711
- Added OFAC restricted addresses validations
812

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.7.0"
3+
version = "1.7.1-pre"
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)