Skip to content

Commit 480ead2

Browse files
Merge pull request #404 from ably/release/1.2.5
Release version 1.2.5
2 parents 8ce55f8 + 6f10c37 commit 480ead2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v1.2.5](https://github.com/ably/ably-ruby/tree/v1.2.5)
4+
5+
This contains an important fix for a TLS certificate validation bug which prevented the library from being able to use Realtime fallback hosts.
6+
7+
[Full changelog](https://github.com/ably/ably-ruby/compare/v1.2.4...v1.2.5)
8+
9+
**Fixed bugs:**
10+
11+
- Fix server certificate validation for HTTP in Realtime [\#397](https://github.com/ably/ably-ruby/pull/397)
12+
313
## [v1.2.4](https://github.com/ably/ably-ruby/tree/v1.2.4)
414

515
[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4)

lib/ably/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ably
2-
VERSION = '1.2.4'
2+
VERSION = '1.2.5'
33
PROTOCOL_VERSION = '1.2'
44

55
# @api private

0 commit comments

Comments
 (0)