Skip to content

Commit 65507b5

Browse files
authored
chore(main): release 2.37.0 (#846)
* chore(main): release 2.37.0 * Manually update changelog with PR that could not be parsed
1 parent e0bdfe8 commit 65507b5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
* **auth:** replace trait with runtime configuration flag ([#844](https://github.com/supabase/supabase-swift/pull/844)) ([e0bdfe8](https://github.com/supabase/supabase-swift/commit/e0bdfe897737e17ae9d8a6e41abfd77dbbe7db64))
15+
316
## [2.36.0](https://github.com/supabase/supabase-swift/compare/v2.35.0...v2.36.0) (2025-10-15)
417

518

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)