Skip to content

Commit e8caff4

Browse files
chore(main): release 2.37.0
1 parent a83512b commit e8caff4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.36.0"
2+
".": "2.37.0"
33
}

CHANGELOG.md

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

3+
## [2.37.0](https://github.com/supabase/supabase-swift/compare/v2.36.0...v2.37.0) (2025-11-03)
4+
5+
6+
### Features
7+
8+
* **auth:** add method for updating OAuth client ([#840](https://github.com/supabase/supabase-swift/issues/840)) ([a83512b](https://github.com/supabase/supabase-swift/commit/a83512bd9069201eee4af3a5f79e874db6766e87))
9+
10+
11+
### Bug Fixes
12+
13+
* use IssueReporting ([#826](https://github.com/supabase/supabase-swift/issues/826)) ([4ebf243](https://github.com/supabase/supabase-swift/commit/4ebf2437296f75204c528218a5df23bff6f75ad4))
14+
315
## [2.36.0](https://github.com/supabase/supabase-swift/compare/v2.35.0...v2.36.0) (2025-10-15)
416

517

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.36.0" // {x-release-please-version}
4+
private let _version = "2.37.0" // {x-release-please-version}
55

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

0 commit comments

Comments
 (0)