Skip to content

Commit

Permalink
Upgraded networking dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 9, 2024
1 parent a2955d6 commit f8026c8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wultra/networking-apple" "1.3.0"
github "wultra/networking-apple" "1.4.0"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuth2.json" "1.8.0"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuthCore.json" "1.8.0"
github "wultra/networking-apple" "1.3.0"
github "wultra/networking-apple" "1.4.0"
2 changes: 1 addition & 1 deletion Deploy/WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.subspec 'Common' do |sub|
sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift'
sub.dependency 'PowerAuth2', '~> 1.8.0'
sub.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'
sub.dependency 'WultraPowerAuthNetworking', '~> 1.4.0'
end

# 'Operations' subspec
Expand Down
4 changes: 2 additions & 2 deletions WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WultraMobileTokenSDK'
s.version = '1.8.0'
s.version = '1.12.0'
# Metadata
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'High level PowerAuth based library written in swift'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.subspec 'Common' do |sub|
sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift'
sub.dependency 'PowerAuth2', '~> 1.8.0'
sub.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'
sub.dependency 'WultraPowerAuthNetworking', '~> 1.4.0'
end

# 'Operations' subspec
Expand Down
12 changes: 8 additions & 4 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## 1.11.0 (TBA)
## 1.11.1 (July 2024)

- Added resultTexts to UserOperation [(#160)](https://github.com/wultra/mtoken-sdk-ios/pull/160)
- Extended PushParser to support parsing of inbox notifications [(#158)](https://github.com/wultra/mtoken-sdk-ios/pull/158)
- Added statusReason to UserOperation [(#156)](https://github.com/wultra/mtoken-sdk-ios/pull/156)
- Dependency `networking-apple` is now required in version `1.4.x`

## 1.11.0 (July 2024)

- Added `resultTexts` to the `UserOperation` [(#160)](https://github.com/wultra/mtoken-sdk-ios/pull/160)
- Extended `PushParser` to support parsing of inbox notifications [(#158)](https://github.com/wultra/mtoken-sdk-ios/pull/158)
- Added `statusReason` to the `UserOperation` [(#156)](https://github.com/wultra/mtoken-sdk-ios/pull/156)
- Improved logging options [(#164)](https://github.com/wultra/mtoken-sdk-ios/pull/164)

## 1.10.0 (Apr 18, 2024)
Expand Down

0 comments on commit f8026c8

Please sign in to comment.