Skip to content

Commit 1ef6777

Browse files
committed
Bump release to v0.8.0
1 parent 39b3843 commit 1ef6777

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.8.0 - 2021-02-02
2+
* Add missing GDPR options and fix examples in readme
3+
* 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.7.1";
15+
static readonly string Version = "0.8.0";
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PackageId>stream-chat-net</PackageId>
11-
<Version>0.7.1</Version>
12-
<PackageVersion>0.7.1</PackageVersion>
11+
<Version>0.8.0</Version>
12+
<PackageVersion>0.8.0</PackageVersion>
1313
<Authors>Getstream.io</Authors>
1414
<Description>Chat client for getstream.io.</Description>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)