Skip to content

Commit f37fef7

Browse files
committed
Version bump to 1.1.1
1 parent bc7c360 commit f37fef7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Changelog
22

3+
## 1.1.1 - 2024-07-27
4+
5+
- Support for passing Headers specified in `ClientOptions` to `Supabase.Realtime` Client.
6+
- Update dependency: `Supabase.Gotrue@6.0.3`
7+
- [Re: 105](https://github.com/supabase-community/gotrue-csharp/pull/105) Add admin calls for MFA. Big thanks
8+
to [@michaelschattgen](https://github.com/michaelschattgen).
9+
- Update dependency: `Supabase.Realtime@7.0.2`
10+
- Updates Dependency: `Websocket.Client@5.1.2`
11+
- Updates Dependency: `Supabase.Postgrest@4.0.3`
12+
- [Re:#167](https://github.com/supabase-community/supabase-csharp/issues/167) Adds support for
13+
specifying `GetHeaders` on the `RealtimeClient` which are included on the initial request to the server to
14+
establish websocket connection.
15+
316
## 1.1.0 - 2024-07-25
417

18+
- Supports passing Headers specified in `ClientOptions` to child apis.
519
- Drop support for `netstandard2.0` - `Supabase` now targets `netstandard2.1`.
620
- Update dependency: `Supabase.Gotrue@6.0.2`
721
- [Re: 103](https://github.com/supabase-community/gotrue-csharp/pull/103) Add support for MFA signup and login

Supabase/Supabase.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
2020
<Summary>A C# implementation of the Supabase client</Summary>
2121
<PackageTags>supabase</PackageTags>
22-
<ReleaseVersion>1.1.0</ReleaseVersion>
23-
<PackageVersion>1.1.0</PackageVersion>
22+
<ReleaseVersion>1.1.1</ReleaseVersion>
23+
<PackageVersion>1.1.1</PackageVersion>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition=" '$(Version)' == '' ">
35-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.0</VersionPrefix>
35+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.1.1</VersionPrefix>
3636
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)