Skip to content

Commit

Permalink
Merge pull request ably#317 from ably/1.1-release
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
withakay committed Apr 9, 2019
2 parents 32ea9cd + 8778725 commit a7747df
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# Change Log

## [1.1.0](https://github.com/ably/ably-dotnet/tree/1.1.0)

[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.1.0-beta1...1.1.0)

**Closed issues:**

- Release nugget still shows 0.8.11 [\#304](https://github.com/ably/ably-dotnet/issues/304)

**Merged pull requests:**

- RTL11 test regression fix [\#315](https://github.com/ably/ably-dotnet/pull/315) ([withakay](https://github.com/withakay))
- RTP16b fix [\#312](https://github.com/ably/ably-dotnet/pull/312) ([withakay](https://github.com/withakay))
- Fix for issue \#299. [\#311](https://github.com/ably/ably-dotnet/pull/311) ([withakay](https://github.com/withakay))
- RTP17b test identification [\#310](https://github.com/ably/ably-dotnet/pull/310) ([withakay](https://github.com/withakay))
- TM3 [\#309](https://github.com/ably/ably-dotnet/pull/309) ([withakay](https://github.com/withakay))
- RTL15/a [\#308](https://github.com/ably/ably-dotnet/pull/308) ([withakay](https://github.com/withakay))
- modifications to ErrorInfo to meet TI4 & TI5 spec [\#307](https://github.com/ably/ably-dotnet/pull/307) ([withakay](https://github.com/withakay))
- JWT support [\#306](https://github.com/ably/ably-dotnet/pull/306) ([withakay](https://github.com/withakay))
- fix test for idempotent rest publishing for version 1.1 of spec. [\#305](https://github.com/ably/ably-dotnet/pull/305) ([withakay](https://github.com/withakay))
- RSA8e, RSA9h and RSA10j [\#301](https://github.com/ably/ably-dotnet/pull/301) ([withakay](https://github.com/withakay))

## [1.1.0-beta1](https://github.com/ably/ably-dotnet/tree/1.1.0-beta1)

[Full Changelog](https://github.com/ably/ably-dotnet/compare/0.8.11...1.1.0-beta1)
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
@@ -1,5 +1,5 @@
mode: ContinuousDelivery
next-version: 1.1.0-beta1
next-version: 1.1.0
branches: {}
ignore:
sha: []
2 changes: 1 addition & 1 deletion nuget/io.ably.nuspec
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ably .NET Realtime and REST client library.</description>
<summary>Ably is realtime data delivery platform for internet-enabled devices. See https://www.ably.io for more info</summary>
<copyright>2017 Ably</copyright>
<copyright>2019 Ably</copyright>
<language />
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion nuget/io.ably_msgpack.nuspec
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ably .NET Realtime and REST client library.</description>
<summary>Ably is realtime data delivery platform for internet-enabled devices. See https://www.ably.io for more info</summary>
<copyright>2017 Ably</copyright>
<copyright>2019 Ably</copyright>
<language />
<dependencies>

Expand Down
Binary file modified src/CommonAssemblyInfo.cs
Binary file not shown.

0 comments on commit a7747df

Please sign in to comment.