From 0664e622e5beb1625ebae809a60e5056f4dc4511 Mon Sep 17 00:00:00 2001 From: Daniel Marcenco Date: Wed, 19 Apr 2023 12:40:16 +0300 Subject: [PATCH] version 3.5.2 --- CHANGELOG.md | 6 ++++++ Example/Podfile.lock | 4 ++-- README.md | 4 ++-- SaltEdge-iOS-Swift.podspec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a90a0..eeaffd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.5.2] - 2023-04-19 + +### Added. + +- Added a success completion block on create connection in `SEConnectionFetcher`. + ## [3.5.1] - 2023-03-31 ### Added. diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 306b2d3..d15b38b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -5,7 +5,7 @@ PODS: - Nimble (10.0.0) - PKHUD (5.3.0) - Quick (5.0.1) - - SaltEdge-iOS-Swift (3.5.1) + - SaltEdge-iOS-Swift (3.5.2) - SDWebImage (5.15.5): - SDWebImage/Core (= 5.15.5) - SDWebImage/Core (5.15.5) @@ -42,7 +42,7 @@ SPEC CHECKSUMS: Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 PKHUD: 98f3e4bc904b9c916f1c5bb6d765365b5357291b Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - SaltEdge-iOS-Swift: 123af151bbc0ff9abae639c374cce5712094a59e + SaltEdge-iOS-Swift: 409bb81718fcf4b3bf2cb861e2c1690f0bd25643 SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe SDWebImageSVGKitPlugin: 7542dd07c344ec3415ded0461a1161a6f087e0c9 SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea diff --git a/README.md b/README.md index d061ba5..0db8b47 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Last SDK version (3+) supports Salt Edge API v5. for Salt Edge API v5 use ```ruby -pod 'SaltEdge-iOS-Swift', '~> 3.5.1' +pod 'SaltEdge-iOS-Swift', '~> 3.5.2' ``` for Salt Edge API v4 (***Deprecated***) use @@ -242,7 +242,7 @@ Set up the `appId`, `appSecret` and `customerId` constants to your App ID and c ## Versioning -The current version of the SDK is [3.5.1](https://github.com/saltedge/saltedge-ios-swift/releases/tag/3.5.1), and supports the latest available version of Salt Edge API. Any backward-incompatible changes in the API will result in changes to the SDK. +The current version of the SDK is [3.5.2](https://github.com/saltedge/saltedge-ios-swift/releases/tag/3.5.2), and supports the latest available version of Salt Edge API. Any backward-incompatible changes in the API will result in changes to the SDK. ## Changelog diff --git a/SaltEdge-iOS-Swift.podspec b/SaltEdge-iOS-Swift.podspec index 15c474e..267821f 100644 --- a/SaltEdge-iOS-Swift.podspec +++ b/SaltEdge-iOS-Swift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SaltEdge-iOS-Swift' - s.version = '3.5.1' + s.version = '3.5.2' s.summary = "A handful of classes to help you interact with the Salt Edge API from your iOS or macOS app." s.description = <<-DESC SaltEdge-iOS is a library targeted at easing the interaction with the [Salt Edge API](https://docs.saltedge.com/).