Skip to content

Commit 6ac3384

Browse files
committed
Release 0.12.0
1 parent 561faab commit 6ac3384

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 0.12.0 - 2021-03-10
2+
* Add missing fields of Device; `CreatedAt`, `Disabled` and `DisabledReason`.
3+
14
## 0.11.0 - 2021-03-10
2-
* Add GetRateLimits endpoint support
5+
* Add GetRateLimits endpoint support.
36

47
## 0.10.0 - 2021-03-03
58
* Add MML support into message.

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.11.0";
15+
static readonly string Version = "0.12.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.11.0</Version>
12-
<PackageVersion>0.11.0</PackageVersion>
11+
<Version>0.12.0</Version>
12+
<PackageVersion>0.12.0</PackageVersion>
1313
<Authors>Getstream.io</Authors>
1414
<Description>Chat client for getstream.io.</Description>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)