Skip to content

Commit

Permalink
Merge pull request #44 from ably/release/1.0.5
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
sacOO7 authored Mar 14, 2024
2 parents 2ac5cb2 + 4ea0db2 commit 83cc6bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.0.5](https://github.com/ably/laravel-broadcaster/tree/v1.0.5)

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

**Closed issues:**

- Update Ably Laravel Broadcaster to support Laravel 11 [\#42](https://github.com/ably/laravel-broadcaster/issues/42)
- Update README to use ably-js version \< 2.0 [\#40](https://github.com/ably/laravel-broadcaster/issues/40)

**Merged pull requests:**

- Support laravel 11 [\#43](https://github.com/ably/laravel-broadcaster/pull/43) ([sacOO7](https://github.com/sacOO7))
- Fix readme laravel echo [\#41](https://github.com/ably/laravel-broadcaster/pull/41) ([sacOO7](https://github.com/sacOO7))

## [v1.0.4](https://github.com/ably/laravel-broadcaster/tree/v1.0.4)

[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.3...v1.0.4)
Expand Down
2 changes: 1 addition & 1 deletion src/AblyBroadcaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class AblyBroadcaster extends Broadcaster
{
const LIB_VERSION = '1.0.4';
const LIB_VERSION = '1.0.5';

/**
* The AblyRest SDK instance.
Expand Down

0 comments on commit 83cc6bf

Please sign in to comment.