Skip to content

Commit 6753d79

Browse files
author
abel
committed
(fix) Updated version number and changelog file
1 parent 601856e commit 6753d79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.4.2] - 2024-03-19
6+
### Changed
7+
- Updated `aiohttp` dependency version to ">=3.9.2" to solve a security vulnerability detected by Dependabot
8+
59
## [1.4.1] - 2024-03-12
610
### Changed
711
- Updates example scripts that were still using deprecated methods

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.4.1"
3+
version = "1.4.2"
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)