diff --git a/CHANGELOG.md b/CHANGELOG.md index db421ced..1445cd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,47 @@ Changelog ========= -[1.0.0-beta01](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta01) +[1.0.0-beta08](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta08) ------------------- -- Initial beta release of Hyperwallet Core SDK for iOS. This beta release has the following functionality: - * Create Bank Account and Bank Card for United States (USD) - * Retrieve field requirements for bank Accounts and Bank Cards - * List Accounts - * Deactivate (Remove) Accounts +- Fixed Cocoapod issue -[1.0.0-beta02](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta02) +[1.0.0-beta07](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta07) ------------------- -- Added PayPal as a Transfer method -- Added support to get User object +- Enhancements -[1.0.0-beta03](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta03) +[1.0.0-beta06](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta06) ------------------- -- Enhancements to Add Transfer Method -- Added support to the following: - * List Prepaid Cards - * List Prepaid Card Receipts - * List User Receipts +- Added support to List User Balances +- Enhancements + +[1.0.0-beta05](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta05) +------------------- +- Enhancements [1.0.0-beta04](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta04) ------------------- - Added support to the following - * Create Transfer - * Schedule Transfer - * Get Transfer - -[1.0.0-beta05](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta05) +* Create Transfer +* Schedule Transfer +* Get Transfer + +[1.0.0-beta03](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta03) ------------------- -- Enhancements +- Enhancements to Add Transfer Method +- Added support to the following: +* List Prepaid Cards +* List Prepaid Card Receipts +* List User Receipts -[1.0.0-beta06](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta06) +[1.0.0-beta02](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta02) ------------------- -- Added support to List User Balances -- Enhancements +- Added PayPal as a Transfer method +- Added support to get User object -[1.0.0-beta07](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta07) +[1.0.0-beta01](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta01) ------------------- -- Enhancements +- Initial beta release of Hyperwallet Core SDK for iOS. This beta release has the following functionality: +* Create Bank Account and Bank Card for United States (USD) +* Retrieve field requirements for bank Accounts and Bank Cards +* List Accounts +* Deactivate (Remove) Accounts diff --git a/HyperwalletSDK.podspec b/HyperwalletSDK.podspec index 5e88c25f..39608bf2 100644 --- a/HyperwalletSDK.podspec +++ b/HyperwalletSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'HyperwalletSDK' - spec.version = '1.0.0-beta07' + spec.version = '1.0.0-beta08' spec.summary = 'Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform' spec.homepage = 'https://github.com/hyperwallet/hyperwallet-ios-sdk' spec.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/README.md b/README.md index 8b3469a4..617aa51f 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Use [Carthage](https://github.com/Carthage/Carthage) or [CocoaPods](https://coco ### Carthage Specify it in your Cartfile: ```ogdl -github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta07" +github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta08" ``` ### CocoaPods Specify it in your Podfile: ```ruby -pod 'HyperwalletSDK', '~> 1.0.0-beta07' +pod 'HyperwalletSDK', '~> 1.0.0-beta08' ``` ## Initialization