Skip to content

Commit 09d5202

Browse files
committed
Release 3.0.0
1 parent f3214ea commit 09d5202

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.0 - 2021-01-08
2+
* Drop request signing and use only JWT
3+
* Drop obsolete regions
4+
* Fix post/delete of personalization tokens
5+
* Start a changelog
6+
17
## 2.13.0 - 2021-01-07
28
* Add personalization
39
* Bump copyright notice year

VERSION

-2 Bytes
Binary file not shown.

appveyor.yml

-2 Bytes
Binary file not shown.

src/stream-net/stream-net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<PackageId>stream-net</PackageId>
10-
<Version>2.13.0</Version>
11-
<PackageVersion>2.13.0</PackageVersion>
10+
<Version>3.0.0</Version>
11+
<PackageVersion>3.0.0</PackageVersion>
1212
<Authors>GetStream.io</Authors>
1313
<Description>Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)