Skip to content

Commit

Permalink
Merge pull request #78 from baller784/new_ver
Browse files Browse the repository at this point in the history
[ver. 3.5.2] Update pod version and Changelog
  • Loading branch information
baller784 authored Apr 19, 2023
2 parents c6e788f + 0664e62 commit 23f6ea7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion SaltEdge-iOS-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 23f6ea7

Please sign in to comment.