Skip to content

Commit

Permalink
Merge pull request #22 from ably/release/1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
owenpearson authored Dec 9, 2022
2 parents e708d6e + 97a1ba8 commit 0d17a3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

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

**Implemented enhancements:**

- Improve response time for token-signing [\#15](https://github.com/ably/laravel-broadcaster/pull/15) ([qsdstefan](https://github.com/qsdstefan))
- Add `ABLY_SYNC_SERVER_TIME` time option [\#19](https://github.com/ably/laravel-broadcaster/pull/19) ([sacOO7](https://github.com/sacOO7))

**Merged pull requests:**

- Refactor capability key for a channel [\#21](https://github.com/ably/laravel-broadcaster/pull/21) ([sacOO7](https://github.com/sacOO7))
- Update migration doc [\#20](https://github.com/ably/laravel-broadcaster/pull/20) ([sacOO7](https://github.com/sacOO7))
- Remove "socket" key from message data [\#18](https://github.com/ably/laravel-broadcaster/pull/18) ([kwhohasamullet](https://github.com/kwhohasamullet))


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

[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.0...v1.0.1)
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.1';
const LIB_VERSION = '1.0.2';

/**
* The AblyRest SDK instance.
Expand Down

0 comments on commit 0d17a3b

Please sign in to comment.