Skip to content

Commit 18cd23c

Browse files
authored
Merge pull request #12 from ably/release/1.0.1
Release 1.0.1
2 parents 76863ea + 9bad6aa commit 18cd23c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v1.0.1](https://github.com/ably/laravel-broadcaster/tree/1.0.1)
4+
5+
[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.0...v1.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Update README with support for Pusher compatible broadcasters [\#10](https://github.com/ably/laravel-broadcaster/pull/10) ([sacOO7](https://github.com/sacOO7))
10+
- Fix ably-echo import in README [\#11](https://github.com/ably/laravel-broadcaster/pull/11) ([sacOO7](https://github.com/sacOO7))
11+
- Ably-Agent header support [\#7](https://github.com/ably/laravel-broadcaster/pull/7) ([sacOO7](https://github.com/sacOO7))
12+
313
## [v1.0.0](https://github.com/ably/laravel-broadcaster/tree/1.0.0)
414

515
**Merged pull requests:**

src/AblyBroadcaster.php

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

1313
class AblyBroadcaster extends Broadcaster
1414
{
15-
const LIB_VERSION = '1.0.0';
15+
const LIB_VERSION = '1.0.1';
1616

1717
/**
1818
* The AblyRest SDK instance.

0 commit comments

Comments
 (0)