Skip to content

Commit

Permalink
Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jul 27, 2024
1 parent bc7c360 commit f37fef7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog

## 1.1.1 - 2024-07-27

- Support for passing Headers specified in `ClientOptions` to `Supabase.Realtime` Client.
- Update dependency: `Supabase.Gotrue@6.0.3`
- [Re: 105](https://github.com/supabase-community/gotrue-csharp/pull/105) Add admin calls for MFA. Big thanks
to [@michaelschattgen](https://github.com/michaelschattgen).
- Update dependency: `Supabase.Realtime@7.0.2`
- Updates Dependency: `Websocket.Client@5.1.2`
- Updates Dependency: `Supabase.Postgrest@4.0.3`
- [Re:#167](https://github.com/supabase-community/supabase-csharp/issues/167) Adds support for
specifying `GetHeaders` on the `RealtimeClient` which are included on the initial request to the server to
establish websocket connection.

## 1.1.0 - 2024-07-25

- Supports passing Headers specified in `ClientOptions` to child apis.
- Drop support for `netstandard2.0` - `Supabase` now targets `netstandard2.1`.
- Update dependency: `Supabase.Gotrue@6.0.2`
- [Re: 103](https://github.com/supabase-community/gotrue-csharp/pull/103) Add support for MFA signup and login
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
<Summary>A C# implementation of the Supabase client</Summary>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>1.1.0</ReleaseVersion>
<PackageVersion>1.1.0</PackageVersion>
<ReleaseVersion>1.1.1</ReleaseVersion>
<PackageVersion>1.1.1</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.1</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit f37fef7

Please sign in to comment.