Skip to content

Commit

Permalink
Merge pull request #1285 from ably/release/1.2.15
Browse files Browse the repository at this point in the history
Release/1.2.15
  • Loading branch information
sacOO7 committed Apr 19, 2024
2 parents 6a4b476 + 07668f3 commit 092240b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.2.15](https://github.com/ably/ably-dotnet/tree/1.2.15) (2023-04-19)

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

**Merged pull requests:**

- Refactored documentation and SDK supported capabilities by @sacOO7 in https://github.com/ably/ably-dotnet/pull/1274
- Fix Create token request by @sacOO7 in https://github.com/ably/ably-dotnet/pull/1282
- Fix entering internal presence members by @sacOO7 in https://github.com/ably/ably-dotnet/pull/1275
- Fix broken REST host fallbacks by @sacOO7 in https://github.com/ably/ably-dotnet/pull/1278

## [1.2.14](https://github.com/ably/ably-dotnet/tree/1.2.14) (2023-10-21)

[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.13...1.2.14)
Expand Down
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

[assembly: AssemblyCompany("Ably")]
[assembly: AssemblyProduct("Ably .NET Library")]
[assembly: AssemblyVersion("1.2.14")]
[assembly: AssemblyFileVersion("1.2.14")]
[assembly: AssemblyVersion("1.2.15")]
[assembly: AssemblyFileVersion("1.2.15")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyCompany = "Ably";
internal const System.String AssemblyProduct = "Ably .NET Library";
internal const System.String AssemblyVersion = "1.2.14";
internal const System.String AssemblyFileVersion = "1.2.14";
internal const System.String AssemblyVersion = "1.2.15";
internal const System.String AssemblyFileVersion = "1.2.15";
}
}
Binary file modified unity/Assets/Ably/Plugins/IO.Ably.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion unity/Assets/Ably/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.14
1.2.15

0 comments on commit 092240b

Please sign in to comment.