Skip to content

Commit 09f047b

Browse files
chore(main): release 2.29.3 (#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d2930d commit 09f047b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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.29.2"
2+
".": "2.29.3"
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.29.3](https://github.com/supabase/supabase-swift/compare/v2.29.2...v2.29.3) (2025-06-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** allow to pass a Keychain storage without a service defined ([#730](https://github.com/supabase/supabase-swift/issues/730)) ([6b1d60f](https://github.com/supabase/supabase-swift/commit/6b1d60f4d3900cdbf96fd6d1be9a00711790c2ca))
9+
* **functions:** set request timeout to 150 seconds when invoking functions ([#728](https://github.com/supabase/supabase-swift/issues/728)) ([3d2930d](https://github.com/supabase/supabase-swift/commit/3d2930d90bf5005ecf479a27a9dd7930a819e06c))
10+
311
## [2.29.2](https://github.com/supabase/supabase-swift/compare/v2.29.1...v2.29.2) (2025-05-31)
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.29.2" // {x-release-please-version}
4+
private let _version = "2.29.3" // {x-release-please-version}
55

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

0 commit comments

Comments
 (0)