diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf15411..5054f942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ChangeLog ========= +2.0.0 +------------------- +- Updated the methods to point to V4 Rest APIs +- Added Business Stakeholders - create, update, list methods +- Added Business Stakeholders - upload multipart document 1.5.1 ------------------- diff --git a/README.md b/README.md index da35a0b4..b25b21aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Hyperwallet REST SDK (Beta) =========================== -A library to manage users, transfer methods and payments through the Hyperwallet Rest V3 API +A library to manage users, transfer methods and payments through the Hyperwallet Rest V4 API +To access V3 Rest APIs, please use SDK v1.5 Prerequisites ------------