We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f2e99 commit 0e41111Copy full SHA for 0e41111
CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [Unreleased]
9
- Placeholder
10
11
+## [0.8.5] - 2024-02-02
12
+- Handle exception requests.exceptions.HTTPError as per krakenex v2.0.0 migration instructions
13
+
14
## [0.8.4] - 2024-02-02
15
- Updated krakenex dependency to v2.2.1 to solve issue where public API calls require to use GET method instead of POST.
16
src/clikraken/__about__.py
@@ -7,7 +7,7 @@
7
__summary__ = "Command-line client for the Kraken exchange"
__url__ = "https://github.com/zertrin/clikraken"
-__version__ = "0.8.4"
+__version__ = "0.8.5"
__author__ = "Marc Gallet"
__email__ = "[email protected]"
0 commit comments