Skip to content

Commit

Permalink
Version bump to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Dec 16, 2023
1 parent ca3b598 commit 0726b75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## 4.2.5 - 2023-12-15

- [#82](https://github.com/supabase-community/gotrue-csharp/issues/81) - Implements #82 - Creates a `GenerateLink`
method on the `AdminClient` that supports `signup`, `invite`, `magiclink`, `recovery`, `email_change_new`
and `email_change_current`

## 4.2.4 - 2023-12-1

- [#81](https://github.com/supabase-community/gotrue-csharp/issues/81) - Adds `InviteUserByEmailOptions` as a parameter to the Gotrue Admin Client
- [#81](https://github.com/supabase-community/gotrue-csharp/issues/81) - Adds `InviteUserByEmailOptions` as a parameter
to the Gotrue Admin Client

## 4.2.3 - 2023-10-11

- [#80](https://github.com/supabase-community/gotrue-csharp/pull/80) Fixes `Session.Expires()` not being calculated correctly. Thanks [@dayjay](https://github.com/Dayjay)!
- [#80](https://github.com/supabase-community/gotrue-csharp/pull/80) Fixes `Session.Expires()` not being calculated
correctly. Thanks [@dayjay](https://github.com/Dayjay)!

## 4.2.2 - 2023-10-01

Expand Down
6 changes: 3 additions & 3 deletions Gotrue/Gotrue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageProjectUrl>https://github.com/supabase-community/gotrue-csharp</PackageProjectUrl>
<PackageTags>supabase, gotrue</PackageTags>
<PackageVersion>4.2.4</PackageVersion>
<ReleaseVersion>4.2.4</ReleaseVersion>
<PackageVersion>4.2.5</PackageVersion>
<ReleaseVersion>4.2.5</ReleaseVersion>
<RepositoryUrl>https://github.com/supabase-community/gotrue-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -39,7 +39,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.2.4</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.2.5</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit 0726b75

Please sign in to comment.