Skip to content

Commit 0e41111

Browse files
committed
Release 0.8.5
1 parent 52f2e99 commit 0e41111

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99
- Placeholder
1010

11+
## [0.8.5] - 2024-02-02
12+
- Handle exception requests.exceptions.HTTPError as per krakenex v2.0.0 migration instructions
13+
1114
## [0.8.4] - 2024-02-02
1215
- Updated krakenex dependency to v2.2.1 to solve issue where public API calls require to use GET method instead of POST.
1316

src/clikraken/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__summary__ = "Command-line client for the Kraken exchange"
88
__url__ = "https://github.com/zertrin/clikraken"
99

10-
__version__ = "0.8.4"
10+
__version__ = "0.8.5"
1111

1212
__author__ = "Marc Gallet"
1313
__email__ = "[email protected]"

0 commit comments

Comments
 (0)