diff --git a/CHANGELOG-ABLY.md b/CHANGELOG-ABLY.md index 36c3c26..57fbb12 100644 --- a/CHANGELOG-ABLY.md +++ b/CHANGELOG-ABLY.md @@ -1,5 +1,14 @@ # Changelog +## [v1.0.6](https://github.com/ably-forks/laravel-echo/tree/ably-echo-1.0.6) + +[Full Changelog](https://github.com/ably-forks/laravel-echo/compare/ably-echo-1.0.5...ably-echo-1.0.6) + +**Merged pull requests:** + +- \[ECO-4995\] Fix base64 url encoding/decoding [\#43](https://github.com/ably-forks/laravel-echo/pull/43) ([sacOO7](https://github.com/sacOO7)) +- \[ECO-4977\] Fix broadcast to others [\#42](https://github.com/ably-forks/laravel-echo/pull/42) ([sacOO7](https://github.com/sacOO7)) + ## [v1.0.5](https://github.com/ably-forks/laravel-echo/tree/ably-echo-1.0.5) [Full Changelog](https://github.com/ably-forks/laravel-echo/compare/ably-echo-1.0.4...ably-echo-1.0.5) diff --git a/package.json b/package.json index 723bd9e..ebe1483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/laravel-echo", - "version": "1.0.5", + "version": "1.0.6", "description": "Laravel Echo library for beautiful Ably integration", "keywords": [ "laravel", diff --git a/src/connector/ably-connector.ts b/src/connector/ably-connector.ts index cebb15e..2ed12e3 100644 --- a/src/connector/ably-connector.ts +++ b/src/connector/ably-connector.ts @@ -12,7 +12,7 @@ export class AblyConnector extends Connector { /** * The laravel-echo library version. */ - static LIB_VERSION = '1.0.5'; + static LIB_VERSION = '1.0.6'; /** * The Ably instance.