Skip to content

Commit 24278ab

Browse files
Merge pull request #105 from hyperwallet/bug/PPPLMER-105096-php-v4-deploy-prep
changes for release 2.2.1
2 parents 5211978 + 5892d7b commit 24278ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog
22
=========
3+
2.2.1
4+
-------------------
5+
- Updated helper for formatting document response
6+
37
2.2.0
48
-------------------
59
- Added missing webhook types

src/Hyperwallet/Util/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ApiClient {
2424
*
2525
* @var string
2626
*/
27-
const VERSION = '2.2.0';
27+
const VERSION = '2.2.1';
2828

2929
/**
3030
* The Guzzle http client

0 commit comments

Comments
 (0)