We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce352e commit 090d8b3Copy full SHA for 090d8b3
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [1.7.0] - 2024-09-18
+## [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
10
### Added
11
- Added OFAC restricted addresses validations
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.7.0"
+version = "1.7.1-pre"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
0 commit comments