Skip to content

Commit 5880b72

Browse files
chore(main): release 2.24.7 (#668)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14c590d commit 5880b72

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.6"
2+
".": "2.24.7"
33
}

CHANGELOG.md

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

3+
## [2.24.7](https://github.com/supabase/supabase-swift/compare/v2.24.6...v2.24.7) (2025-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **realtime:** Set default heartbeat interval to 25s ([#667](https://github.com/supabase/supabase-swift/issues/667)) ([14c590d](https://github.com/supabase/supabase-swift/commit/14c590d08898e5a3c1c131ad704966d73df7e538))
9+
310
## [2.24.6](https://github.com/supabase/supabase-swift/compare/v2.24.5...v2.24.6) (2025-02-14)
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.6" // {x-release-please-version}
3+
private let _version = "2.24.7" // {x-release-please-version}
44

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

0 commit comments

Comments
 (0)