From 646c961fe970e7614b914ecc95649c137256c9db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:07:41 +0000 Subject: [PATCH] chore(main): release 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ Sources/_Helpers/Version.swift | 2 +- version.txt | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a341e7c..ed758a7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..e4c163f1 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 ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* **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)) +* inject version in Version.swift file ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* inject version in Version.swift file ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* inject version in Version.swift file ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* invalid json format on release-please-config.json ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* **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 ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* release-please workflow ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* revert release-please-config.json file ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* revert release-please-config.json file ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* set release to 2.5.1 ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) +* wip ([9e2e3bc](https://github.com/supabase-community/supabase-swift/commit/9e2e3bc85a22064d0e6625210e52a285982f3ed1)) diff --git a/Sources/_Helpers/Version.swift b/Sources/_Helpers/Version.swift index 5651c0e5..665ddbe1 100644 --- a/Sources/_Helpers/Version.swift +++ b/Sources/_Helpers/Version.swift @@ -1 +1 @@ -package let version = "2.5.1" // {x-release-please-version} +package let version = "2.6.0" // {x-release-please-version} 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