Skip to content

Commit

Permalink
chore(main): release 2.25.0 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 21, 2025
1 parent 3dc9b82 commit 6f3fbd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.24.7"
".": "2.25.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.25.0](https://github.com/supabase/supabase-swift/compare/v2.24.7...v2.25.0) (2025-02-20)


### Features

* **realtime:** add predefined filters instead of regular `String` ([#669](https://github.com/supabase/supabase-swift/issues/669)) ([3dc9b82](https://github.com/supabase/supabase-swift/commit/3dc9b82e90a5158664d163caeb397e220f58d8dd))

## [2.24.7](https://github.com/supabase/supabase-swift/compare/v2.24.6...v2.24.7) (2025-02-18)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Helpers/Version.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import XCTestDynamicOverlay

private let _version = "2.24.7" // {x-release-please-version}
private let _version = "2.25.0" // {x-release-please-version}

#if DEBUG
package let version = isTesting ? "0.0.0" : _version
Expand Down

0 comments on commit 6f3fbd6

Please sign in to comment.