Skip to content

Commit

Permalink
Updated changelog and laravel lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jun 13, 2023
1 parent e8cf18c commit 264f113
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [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)

**Closed issues:**

- Add missing agent header for laravel version [\#32](https://github.com/ably/laravel-broadcaster/issues/32)
- Need Laravel 10 support [\#29](https://github.com/ably/laravel-broadcaster/issues/29)

**Merged pull requests:**

- Removed non-documented capability key check [\#34](https://github.com/ably/laravel-broadcaster/pull/34) ([sacOO7](https://github.com/sacOO7))
- Added laravel agent header [\#33](https://github.com/ably/laravel-broadcaster/pull/33) ([sacOO7](https://github.com/sacOO7))
- Update laravel echo doc [\#31](https://github.com/ably/laravel-broadcaster/pull/31) ([sacOO7](https://github.com/sacOO7))
- Update README ably clientOptions [\#30](https://github.com/ably/laravel-broadcaster/pull/30) ([sacOO7](https://github.com/sacOO7))

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

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.3';
const LIB_VERSION = '1.0.4';

/**
* The AblyRest SDK instance.
Expand Down

0 comments on commit 264f113

Please sign in to comment.