Skip to content

Commit d36e435

Browse files
version bump for release 0.0.22
1 parent b19f0c9 commit d36e435

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

3+
## 0.0.22 (2023-12-06)
4+
* add support for 'time_in_force' parameter (Issue #303, PR #303)
5+
* add ability to handle KYC errors (Issue #261, PR #307)
6+
* new 'streamer' classes and functions for easier interaction with Streaming API
7+
* handling of invalid token errors
8+
* docs improvements
9+
310
## 0.0.21 (2023-09-01)
411
* Black entire codebase
512
* Black added to CI pipeline

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 = "trading-ig"
3-
version = "0.0.21"
3+
version = "0.0.22"
44
description = "A lightweight Python wrapper for the IG Markets API"
55
authors = ["Femto Trader <femto.trader@gmail.com>", "Andy Geach <andy@bugorfeature.net>"]
66
maintainers = ["Andy Geach <andy@bugorfeature.net>"]

0 commit comments

Comments
 (0)