Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 8, 2024
1 parent 9738ded commit 51af595
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v2.2.0 (2024-07-08)

### Feat

* ✨ feature: adding action_identifier for each client in get_info ([`29a5f1b`](https://github.com/mraniki/findmyorder/commit/29a5f1bc726da4045887bc58de3678948d724ed9))

### Other

* Merge pull request #382 from mraniki/dev

✨ feature: adding action_identifier for each client in get_info ([`9738ded`](https://github.com/mraniki/findmyorder/commit/9738ded9dbc2ba2becb863038c8744c23185c275))

## v2.1.0 (2024-07-08)

### Other
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
FindMyOrder Versioning
"""
__version__ = "2.1.0"
__version__ = "2.2.0"

from .main import FindMyOrder

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "findmyorder"
version = "2.1.0"
version = "2.2.0"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 51af595

Please sign in to comment.