diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44901822..ed758a7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.1" + ".": "2.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..e29712f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [2.6.0](https://github.com/supabase-community/supabase-swift/compare/2.5.0...v2.6.0) (2024-04-01) + + +### Features + +* **auth:** Add `signInAnonymously` ([#297](https://github.com/supabase-community/supabase-swift/issues/297)) ([4c25a3e](https://github.com/supabase-community/supabase-swift/commit/4c25a3eac392b319154ffb3d5d33a0686e3781a4)) +* **auth:** add `signInWithSSO` method ([#289](https://github.com/supabase-community/supabase-swift/issues/289)) ([5847800](https://github.com/supabase-community/supabase-swift/commit/5847800e8bc0fa206c036e1e151b6a004ed650f1)) +* **auth:** add whatsapp channel option to signInWithOTP ([#287](https://github.com/supabase-community/supabase-swift/issues/287)) ([600c400](https://github.com/supabase-community/supabase-swift/commit/600c400c38883bb29ab236e8a1954fe8ab6ff17f)) +* **storage:** add `createSignedUploadURL` and `uploadToSignedURL` methods ([#290](https://github.com/supabase-community/supabase-swift/issues/290)) ([576693e](https://github.com/supabase-community/supabase-swift/commit/576693eb374cbd00d590f24f58c4e68124dcfebf)) + + +### Bug Fixes + +* add .release-please-manifest.json ([84750ed](https://github.com/supabase-community/supabase-swift/commit/84750ed3a0686da692c11b00ebbf0d8d6093a3fb)) +* **auth:** stored session backwards compatibility ([#294](https://github.com/supabase-community/supabase-swift/issues/294)) ([847fe97](https://github.com/supabase-community/supabase-swift/commit/847fe97b5436cfb2e1720fa559a4068b70077104)) +* fix release-please ([a469396](https://github.com/supabase-community/supabase-swift/commit/a46939687a44d447737049f9506414be1d99aacb)) +* inject version in Version.swift file ([3d6ba60](https://github.com/supabase-community/supabase-swift/commit/3d6ba60802b6f7dfad07f92912bc411ccacba111)) +* inject version in Version.swift file ([3e8e3dd](https://github.com/supabase-community/supabase-swift/commit/3e8e3dd653717d55d35643d3b0816c8258f53ec0)) +* inject version in Version.swift file ([75f73f7](https://github.com/supabase-community/supabase-swift/commit/75f73f7a43e8ab8d573759627f77cb321aef93a4)) +* invalid json format on release-please-config.json ([177db74](https://github.com/supabase-community/supabase-swift/commit/177db7467a86c55b97f717a44a03d5a9a460fac2)) +* **realtime:** web socket message listener doesn't stop ([#284](https://github.com/supabase-community/supabase-swift/issues/284)) ([0b19580](https://github.com/supabase-community/supabase-swift/commit/0b19580d936395a1b6177ec0b57682cab010f14a)) +* release-please extra-files ([c88046e](https://github.com/supabase-community/supabase-swift/commit/c88046e6bba762c3a99539e7cdccc2361baa7969)) +* release-please workflow ([d16c5e5](https://github.com/supabase-community/supabase-swift/commit/d16c5e52861e21d1a34c76db83f7f6670d4a56c4)) +* revert release-please-config.json file ([5db15db](https://github.com/supabase-community/supabase-swift/commit/5db15dbaf41e021e57864f0c9a006f0f7e7b6354)) +* revert release-please-config.json file ([6959abe](https://github.com/supabase-community/supabase-swift/commit/6959abe5784f932220a772170745ba987ce06e3a)) +* set release to 2.5.1 ([4b616ad](https://github.com/supabase-community/supabase-swift/commit/4b616adb92ab88e0b978b667fc6375673fdb5dbf)) diff --git a/version.txt b/version.txt index 4fd0fe3c..e70b4523 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.5.1 \ No newline at end of file +2.6.0