Skip to content

Commit 73c7a35

Browse files
Merge pull request #106 from hyperwallet/bug/PPPLMER-105096-php-v3-deploy-prep
changes for release 1.7.1
2 parents 09ca2c4 + e52fb25 commit 73c7a35

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+
1.7.1
4+
-------------------
5+
- Updated helper for formatting document response
6+
37
1.7.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
@@ -23,7 +23,7 @@ class ApiClient {
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '1.7.0';
26+
const VERSION = '1.7.1';
2727

2828
/**
2929
* The Guzzle http client

0 commit comments

Comments
 (0)