Skip to content

Commit

Permalink
Updated version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arao6 committed Apr 5, 2021
1 parent 5054bce commit abf5e32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ChangeLog
=========
1.6.3
-------------------
Updated List webhook filters

1.6.2
-------------------
Updated README file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/hyperwallet/php-sdk/badge.svg?branch=master)](https://coveralls.io/github/hyperwallet/php-sdk?branch=master)
[![Latest Stable Version](https://poser.pugx.org/hyperwallet/sdk/version)](https://packagist.org/packages/hyperwallet/sdk)

Hyperwallet REST SDK 1.6.2
Hyperwallet REST SDK 1.6.3
===========================

A library to manage users, transfer methods and payments through the Hyperwallet v3 API.
Expand Down
4 changes: 2 additions & 2 deletions src/Hyperwallet/Util/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ class ApiClient {
*
* @var string
*/
const VERSION = '1.6.2';
const VERSION = '1.6.3';

/**
* The Guzzle http client
*
*
* @var Client
*/
private $client;
Expand Down

0 comments on commit abf5e32

Please sign in to comment.