Skip to content

Commit 948fdb6

Browse files
committed
Bump to version 2.1.0
1 parent 4dfee56 commit 948fdb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.1.0
4+
* [ADDED] Strong name to the PusherClient assembly.
5+
* [ADDED] Support for the authentication header on the HttpAuthorizer.
6+
* [ADDED] End-to-end encryption for private encrypted channels.
7+
* [ADDED] Method Channel.UnsubscribeAsync.
8+
* [ADDED] Host to PusherOptions.
9+
* [FIXED] The intermittent WebsocketAutoReconnect issue The socket is connecting, cannot connect again!
10+
311
## 2.0.1
412
* [FIXED] Filter on event name in event emitter.
513

Root.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageDescription>The .NET library for interacting with the Pusher WebSocket API. Register at http://pusher.com</PackageDescription>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageIcon>icon-128.png</PackageIcon>
15-
<Version>2.0.1</Version>
15+
<Version>2.1.0</Version>
1616
<AssemblyVersion>$(Version).0</AssemblyVersion>
1717
<FileVersion>$(Version).0</FileVersion>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)