Skip to content

Commit 2c483ad

Browse files
committed
Bump release to v0.8.1
1 parent a258132 commit 2c483ad

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.1 - 2021-02-02
2+
* Use `ID` instead of `Id` to be consistent in user GDPR options
3+
* Update copyright year
4+
15
## 0.8.0 - 2021-02-02
26
* Add missing GDPR options and fix examples in readme
37
* Start a changelog

VERSION

0 Bytes
Binary file not shown.

appveyor.yml

0 Bytes
Binary file not shown.

src/stream-chat-net/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace StreamChat
1212
{
1313
public class Client : IClient
1414
{
15-
static readonly string Version = "0.8.0";
15+
static readonly string Version = "0.8.1";
1616
internal const string BaseUrlFormat = "https://chat-proxy-{0}.stream-io-api.com";
1717
internal const string BaseUrlPath = "/api/v1.0/";
1818
internal static readonly Dictionary<ApiLocation, string> Locations = new Dictionary<ApiLocation, string>()

src/stream-chat-net/stream-chat-net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PackageId>stream-chat-net</PackageId>
11-
<Version>0.8.0</Version>
12-
<PackageVersion>0.8.0</PackageVersion>
11+
<Version>0.8.1</Version>
12+
<PackageVersion>0.8.1</PackageVersion>
1313
<Authors>Getstream.io</Authors>
1414
<Description>Chat client for getstream.io.</Description>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16-
<Copyright>Copyright 2020</Copyright>
16+
<Copyright>Copyright 2021</Copyright>
1717
<PackageProjectUrl>https://github.com/GetStream/stream-chat-net</PackageProjectUrl>
1818
<PackageLicenseUrl>https://github.com/GetStream/stream-chat-net/blob/master/LICENSE</PackageLicenseUrl>
1919
<PackageTags>getstreamio</PackageTags>

0 commit comments

Comments
 (0)