Skip to content

Commit c2a514a

Browse files
authored
Merge pull request #1267 from ably/release/1.2.14
Release/1.2.14
2 parents fd8f784 + 2dada44 commit c2a514a

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [1.2.14](https://github.com/ably/ably-dotnet/tree/1.2.14) (2023-10-21)
4+
5+
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.13...1.2.14)
6+
7+
**Fixed bugs:**
8+
9+
- Realtime Channel Status method [\#1240](https://github.com/ably/ably-dotnet/issues/1240)
10+
11+
**Closed issues:**
12+
13+
- No `async` version of `IRestChannel.Status` [\#1263](https://github.com/ably/ably-dotnet/issues/1263)
14+
- Ably and ClientWebsocket [\#1257](https://github.com/ably/ably-dotnet/issues/1257)
15+
- JSON Encoding issues [\#1255](https://github.com/ably/ably-dotnet/issues/1255)
16+
17+
**Merged pull requests:**
18+
19+
- Add async version of channel status [\#1266](https://github.com/ably/ably-dotnet/pull/1266) ([sacOO7](https://github.com/sacOO7))
20+
- Fix ably request method param [\#1260](https://github.com/ably/ably-dotnet/pull/1260) ([sacOO7](https://github.com/sacOO7))
21+
322
## [1.2.13](https://github.com/ably/ably-dotnet/tree/1.2.13) (2023-09-25)
423

524
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.12...1.2.13)

src/CommonAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
[assembly: AssemblyCompany("Ably")]
66
[assembly: AssemblyProduct("Ably .NET Library")]
7-
[assembly: AssemblyVersion("1.2.13")]
8-
[assembly: AssemblyFileVersion("1.2.13")]
7+
[assembly: AssemblyVersion("1.2.14")]
8+
[assembly: AssemblyFileVersion("1.2.14")]
99
namespace System {
1010
internal static class AssemblyVersionInformation {
1111
internal const System.String AssemblyCompany = "Ably";
1212
internal const System.String AssemblyProduct = "Ably .NET Library";
13-
internal const System.String AssemblyVersion = "1.2.13";
14-
internal const System.String AssemblyFileVersion = "1.2.13";
13+
internal const System.String AssemblyVersion = "1.2.14";
14+
internal const System.String AssemblyFileVersion = "1.2.14";
1515
}
1616
}
1 KB
Binary file not shown.

unity/Assets/Ably/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.13
1+
1.2.14

0 commit comments

Comments
 (0)