We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5211978 + 5892d7b commit 24278abCopy full SHA for 24278ab
CHANGELOG.md
@@ -1,5 +1,9 @@
1
ChangeLog
2
=========
3
+2.2.1
4
+-------------------
5
+- Updated helper for formatting document response
6
+
7
2.2.0
8
-------------------
9
- Added missing webhook types
src/Hyperwallet/Util/ApiClient.php
@@ -24,7 +24,7 @@ class ApiClient {
24
*
25
* @var string
26
*/
27
- const VERSION = '2.2.0';
+ const VERSION = '2.2.1';
28
29
/**
30
* The Guzzle http client
0 commit comments