Skip to content

Commit

Permalink
Merge pull request #157 from ably/release/1.1.7
Browse files Browse the repository at this point in the history
Release 1.1.7
  • Loading branch information
owenpearson authored May 19, 2022
2 parents 951c453 + 71e4b8e commit 12eefc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.1.7](https://github.com/ably/ably-php/tree/1.1.7) (2022-05-19)
[Full Changelog](https://github.com/ably/ably-php/compare/1.1.6...1.1.7)

**Implemented enhancements:**

- Defaults: Generate environment fallbacks [\#87](https://github.com/ably/ably-php/issues/87)

**Fixed bugs:**

- Fallback not being used with SSL timeouts [\#85](https://github.com/ably/ably-php/issues/85)

**Closed issues:**

- php Update urls in readme [\#148](https://github.com/ably/ably-php/issues/148)
- Add support for RSC15e, d, f \(Host Fallback \) [\#111](https://github.com/ably/ably-php/issues/111)
- Implement remembering fallback host during failures [\#107](https://github.com/ably/ably-php/issues/107)

## [1.1.6](https://github.com/ably/ably-php/tree/1.1.6) (2022-03-30)
[Full Changelog](https://github.com/ably/ably-php/compare/1.1.5...1.1.6)

Expand Down
2 changes: 1 addition & 1 deletion src/Defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Defaults {
const API_VERSION = '1.1';
const LIB_VERSION = '1.1.6';
const LIB_VERSION = '1.1.7';

static $restHost = "rest.ably.io";
static $realtimeHost = "realtime.ably.io";
Expand Down

0 comments on commit 12eefc5

Please sign in to comment.