diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4498d27..6868ad33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.2" + ".": "2.13.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbab8bd..caaf6ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.3](https://github.com/supabase/supabase-swift/compare/v2.13.2...v2.13.3) (2024-06-17) + + +### Bug Fixes + +* **realtime:** Adds missing `.unsubscribed` status change ([#420](https://github.com/supabase/supabase-swift/issues/420)) ([dc90fb6](https://github.com/supabase/supabase-swift/commit/dc90fb675e9b9ccf7733d28a4fcfc3e59416e119)) + ## [2.13.2](https://github.com/supabase/supabase-swift/compare/v2.13.1...v2.13.2) (2024-06-07) diff --git a/Sources/Helpers/Version.swift b/Sources/Helpers/Version.swift index c38b361b..eb399427 100644 --- a/Sources/Helpers/Version.swift +++ b/Sources/Helpers/Version.swift @@ -1 +1 @@ -package let version = "2.13.2" // {x-release-please-version} +package let version = "2.13.3" // {x-release-please-version}