From 128da5e43f776ac5f6697dd733719a7a02df5223 Mon Sep 17 00:00:00 2001 From: Joseph Schultz Date: Sun, 14 Jul 2024 12:27:37 -0500 Subject: [PATCH] Version bump to 6.0.0 --- CHANGELOG.md | 8 ++++++++ Gotrue/Gotrue.csproj | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aadd8..6969660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 6.0.0 - 2024-07-14 + +- Major: Change to targeting framework to `netstandard2.1` + - [Re: #99](https://github.com/supabase-community/gotrue-csharp/pull/99) Use a CSPRNG to generate the code verifier. + Thanks [@alexbakker](https://github.com/alexbakker)! +- [Re: #101](https://github.com/supabase-community/gotrue-csharp/pull/101) Ban user functionality. + Thanks [@celestebyte](https://github.com/celestebyte)! + ## 5.0.6 - 2024-06-29 - [Re: #98](https://github.com/supabase-community/gotrue-csharp/pull/98) Introduces `VerifyTokenHash` to support the diff --git a/Gotrue/Gotrue.csproj b/Gotrue/Gotrue.csproj index b33c242..5ea9925 100644 --- a/Gotrue/Gotrue.csproj +++ b/Gotrue/Gotrue.csproj @@ -16,8 +16,8 @@ https://avatars.githubusercontent.com/u/54469796?s=200&v=4 https://github.com/supabase-community/gotrue-csharp supabase, gotrue - 5.0.6 - 5.0.6 + 6.0.0 + 6.0.0 https://github.com/supabase-community/gotrue-csharp git icon.png @@ -39,7 +39,7 @@ true - 5.0.6 + 6.0.0 $(VersionPrefix)-$(VersionSuffix)