Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AppAuth"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."

s.description = <<-DESC
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# UNRELEASED
- Add Swift name to `resumeExternalUserAgentFlowWithURL:error:` and update hint. (#966)
- Replace case range with explicit case labels in OIDTokenUtilities. Addresses issue #947. ([#963](https://github.com/openid/AppAuth-iOS/pull/963))
# 2.2.0
- Add a Swift-specific name for `resumeExternalUserAgentFlowWithURL:error:`, which Swift callers now invoke as the throwing `resumeExternalUserAgentFlow(_:)`. Swift code written against 2.1.0 must update call sites from `resumeExternalUserAgentFlow(with:)` to `resumeExternalUserAgentFlow?(_:)`. ([#966](https://github.com/openid/AppAuth-iOS/pull/966))
- Replace case range with explicit case labels in `OIDTokenUtilities`. Addresses issue #947. ([#963](https://github.com/openid/AppAuth-iOS/pull/963))
- Update the `addressable` gem to address CVE-2026-35611. Addresses issue #958. ([#965](https://github.com/openid/AppAuth-iOS/pull/965))

# 2.1.0
- Add SwiftUI + Swift Package Manager sample app under `Examples/Example-iOS_Swift-SPM`. ([#952](https://github.com/openid/AppAuth-iOS/pull/952))
Expand Down