Skip to content

Commit f8026c8

Browse files
committed
Upgraded networking dependency
1 parent a2955d6 commit f8026c8

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

Diff for: Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "wultra/networking-apple" "1.3.0"
1+
github "wultra/networking-apple" "1.4.0"

Diff for: Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuth2.json" "1.8.0"
22
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuthCore.json" "1.8.0"
3-
github "wultra/networking-apple" "1.3.0"
3+
github "wultra/networking-apple" "1.4.0"

Diff for: Deploy/WultraMobileTokenSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.subspec 'Common' do |sub|
2020
sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift'
2121
sub.dependency 'PowerAuth2', '~> 1.8.0'
22-
sub.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'
22+
sub.dependency 'WultraPowerAuthNetworking', '~> 1.4.0'
2323
end
2424

2525
# 'Operations' subspec

Diff for: WultraMobileTokenSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WultraMobileTokenSDK'
3-
s.version = '1.8.0'
3+
s.version = '1.12.0'
44
# Metadata
55
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
66
s.summary = 'High level PowerAuth based library written in swift'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.subspec 'Common' do |sub|
2020
sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift'
2121
sub.dependency 'PowerAuth2', '~> 1.8.0'
22-
sub.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'
22+
sub.dependency 'WultraPowerAuthNetworking', '~> 1.4.0'
2323
end
2424

2525
# 'Operations' subspec

Diff for: docs/Changelog.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## 1.11.0 (TBA)
3+
## 1.11.1 (July 2024)
44

5-
- Added resultTexts to UserOperation [(#160)](https://github.com/wultra/mtoken-sdk-ios/pull/160)
6-
- Extended PushParser to support parsing of inbox notifications [(#158)](https://github.com/wultra/mtoken-sdk-ios/pull/158)
7-
- Added statusReason to UserOperation [(#156)](https://github.com/wultra/mtoken-sdk-ios/pull/156)
5+
- Dependency `networking-apple` is now required in version `1.4.x`
6+
7+
## 1.11.0 (July 2024)
8+
9+
- Added `resultTexts` to the `UserOperation` [(#160)](https://github.com/wultra/mtoken-sdk-ios/pull/160)
10+
- Extended `PushParser` to support parsing of inbox notifications [(#158)](https://github.com/wultra/mtoken-sdk-ios/pull/158)
11+
- Added `statusReason` to the `UserOperation` [(#156)](https://github.com/wultra/mtoken-sdk-ios/pull/156)
812
- Improved logging options [(#164)](https://github.com/wultra/mtoken-sdk-ios/pull/164)
913

1014
## 1.10.0 (Apr 18, 2024)

0 commit comments

Comments
 (0)