diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60b44f4d..4191c889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.19.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b27e024b..a9d5f33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [3.0.0](https://github.com/supabase/supabase-swift/compare/v2.19.0...v3.0.0) (2024-09-25) + + +### ⚠ BREAKING CHANGES + +* **realtime:** make realtime channel and client actors ([#492](https://github.com/supabase/supabase-swift/issues/492)) +* **postgrest:** remove deprecated code ([#488](https://github.com/supabase/supabase-swift/issues/488)) +* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460)) + +### Features + +* **postgrest:** remove deprecated code ([#488](https://github.com/supabase/supabase-swift/issues/488)) ([9beb41b](https://github.com/supabase/supabase-swift/commit/9beb41bfe9a77e6a62d1851656adf68bf67ab03a)) +* **storage:** add info, exists, custom metadata, and methods for uploading file URL ([#510](https://github.com/supabase/supabase-swift/issues/510)) ([d9ba673](https://github.com/supabase/supabase-swift/commit/d9ba673b882c84e5fae277510d147f52e22b861b)) + + +### Miscellaneous Chores + +* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460)) ([82414d4](https://github.com/supabase/supabase-swift/commit/82414d4966ce4badfc06a52253289cf83cedf130)) + + +### Code Refactoring + +* **realtime:** make realtime channel and client actors ([#492](https://github.com/supabase/supabase-swift/issues/492)) ([5687217](https://github.com/supabase/supabase-swift/commit/568721715f7fcd86d567542fd22794413a95da70)) + ## [2.19.0](https://github.com/supabase/supabase-swift/compare/v2.18.0...v2.19.0) (2024-09-24) diff --git a/Sources/Helpers/Version.swift b/Sources/Helpers/Version.swift index ead95ae5..c6fada3b 100644 --- a/Sources/Helpers/Version.swift +++ b/Sources/Helpers/Version.swift @@ -1 +1 @@ -package let version = "2.19.0" // {x-release-please-version} +package let version = "3.0.0" // {x-release-please-version}