Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.0"
".": "2.6.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [2.6.0](https://github.com/supabase-community/supabase-swift/compare/2.5.0...v2.6.0) (2024-04-02)


### 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))
* fix release-please ([5919d9c](https://github.com/supabase-community/supabase-swift/commit/5919d9c7d6e614535f7d121fc03b2bd7f870b5da))
* 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))
2 changes: 1 addition & 1 deletion Sources/_Helpers/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package let version = "2.5.1" // {x-release-please-version}
package let version = "2.6.0" // {x-release-please-version}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.6.0