Skip to content

Commit ec05075

Browse files
chore(main): release 2.24.5 (#662)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c95559 commit ec05075

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.24.4"
2+
".": "2.24.5"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.24.5](https://github.com/supabase/supabase-swift/compare/v2.24.4...v2.24.5) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **realtime:** remove jwt check ([#658](https://github.com/supabase/supabase-swift/issues/658)) ([4c95559](https://github.com/supabase/supabase-swift/commit/4c955592c58c7d0aafbd0c32ae8a85e213303caa))
9+
310
## [2.24.4](https://github.com/supabase/supabase-swift/compare/v2.24.3...v2.24.4) (2025-01-16)
411

512

Sources/Helpers/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import XCTestDynamicOverlay
22

3-
private let _version = "2.24.4" // {x-release-please-version}
3+
private let _version = "2.24.5" // {x-release-please-version}
44

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

0 commit comments

Comments
 (0)