Skip to content

Commit 0f8bf83

Browse files
chore(main): release 2.41.1 (#906)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent 7f42d92 commit 0f8bf83

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.41.0"
2+
".": "2.41.1"
33
}

CHANGELOG.md

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

3+
## [2.41.1](https://github.com/supabase/supabase-swift/compare/v2.41.0...v2.41.1) (2026-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** decode MFA unenroll response id field ([#905](https://github.com/supabase/supabase-swift/issues/905)) ([7f42d92](https://github.com/supabase/supabase-swift/commit/7f42d9291008aa8c3863e9f5e677009499676f37))
9+
310
## [2.41.0](https://github.com/supabase/supabase-swift/compare/v2.40.0...v2.41.0) (2026-01-28)
411

512

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

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

0 commit comments

Comments
 (0)