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)