Skip to content

Commit 1cf7238

Browse files
chore(main): release 2.49.0
1 parent ca2039c commit 1cf7238

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.48.0"
2+
".": "2.49.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.49.0](https://github.com/supabase/supabase-swift/compare/v2.48.0...v2.49.0) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* add sdk-compliance.yaml for supabase/sdk capability matrix ([#1022](https://github.com/supabase/supabase-swift/issues/1022)) ([df79431](https://github.com/supabase/supabase-swift/commit/df794313d8786ec57ce7b9373470a978b8c71875))
9+
* **auth:** add WebAuthn/passkey support ([#1013](https://github.com/supabase/supabase-swift/issues/1013)) landed in 2.48.0 and ([df79431](https://github.com/supabase/supabase-swift/commit/df794313d8786ec57ce7b9373470a978b8c71875))
10+
311
## [2.48.0](https://github.com/supabase/supabase-swift/compare/v2.47.2...v2.48.0) (2026-06-17)
412

513

Sources/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import XCTestDynamicOverlay
33

4-
private let _version = "2.48.0" // {x-release-please-version}
4+
private let _version = "2.49.0" // {x-release-please-version}
55

66
#if DEBUG
77
package let version = isTesting ? "0.0.0" : _version

0 commit comments

Comments
 (0)