Skip to content

Commit

Permalink
Release version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed May 15, 2024
1 parent 8ce55f8 commit 6f10c37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v1.2.5](https://github.com/ably/ably-ruby/tree/v1.2.5)

This contains an important fix for a TLS certificate validation bug which prevented the library from being able to use Realtime fallback hosts.

[Full changelog](https://github.com/ably/ably-ruby/compare/v1.2.4...v1.2.5)

**Fixed bugs:**

- Fix server certificate validation for HTTP in Realtime [\#397](https://github.com/ably/ably-ruby/pull/397)

## [v1.2.4](https://github.com/ably/ably-ruby/tree/v1.2.4)

[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/ably/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ably
VERSION = '1.2.4'
VERSION = '1.2.5'
PROTOCOL_VERSION = '1.2'

# @api private
Expand Down

0 comments on commit 6f10c37

Please sign in to comment.