Skip to content

Commit 83cc6bf

Browse files
authored
Merge pull request #44 from ably/release/1.0.5
Release 1.0.5
2 parents 2ac5cb2 + 4ea0db2 commit 83cc6bf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v1.0.5](https://github.com/ably/laravel-broadcaster/tree/v1.0.5)
4+
5+
[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.4...v1.0.5)
6+
7+
**Closed issues:**
8+
9+
- Update Ably Laravel Broadcaster to support Laravel 11 [\#42](https://github.com/ably/laravel-broadcaster/issues/42)
10+
- Update README to use ably-js version \< 2.0 [\#40](https://github.com/ably/laravel-broadcaster/issues/40)
11+
12+
**Merged pull requests:**
13+
14+
- Support laravel 11 [\#43](https://github.com/ably/laravel-broadcaster/pull/43) ([sacOO7](https://github.com/sacOO7))
15+
- Fix readme laravel echo [\#41](https://github.com/ably/laravel-broadcaster/pull/41) ([sacOO7](https://github.com/sacOO7))
16+
317
## [v1.0.4](https://github.com/ably/laravel-broadcaster/tree/v1.0.4)
418

519
[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.3...v1.0.4)

src/AblyBroadcaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class AblyBroadcaster extends Broadcaster
1616
{
17-
const LIB_VERSION = '1.0.4';
17+
const LIB_VERSION = '1.0.5';
1818

1919
/**
2020
* The AblyRest SDK instance.

0 commit comments

Comments
 (0)