We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661e321 commit ec607e0Copy full SHA for ec607e0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.32.0](https://github.com/supabase/supabase-swift/compare/v2.31.2...v2.32.0) (2025-09-15)
2
+
3
+### Features
4
5
+* **auth:** implement linkIdentity with OIDC ([#776](https://github.com/supabase/supabase-swift/issues/776)) ([661e321](https://github.com/supabase/supabase-swift/commit/661e3218d18235179efc30c33b456a8f485f9ff7))
6
7
# Changelog
8
9
## [2.31.2](https://github.com/supabase/supabase-swift/compare/v2.31.1...v2.31.2) (2025-08-05)
Sources/Helpers/Version.swift
@@ -1,7 +1,7 @@
import Foundation
import XCTestDynamicOverlay
-private let _version = "2.31.2"
+private let _version = "2.32.0"
#if DEBUG
package let version = isTesting ? "0.0.0" : _version
0 commit comments