diff --git a/CHANGELOG.md b/CHANGELOG.md index b213952..da113ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `laravel-mercure-broadcaster` will be documented in this file +## 2.0.0 - 2019-11-16 + +Compatible with Mercure 0.8 see https://github.com/dunglas/mercure/blob/master/docs/UPGRADE.md for upgrade instructions. + +TLDR; Update Mercure to latest version and update mercure endpoint url from /hub to /.well-known/mercure in your app. +See the readme in the root of this repository how to do this. + ## 1.1.0 - 2019-09-03 - support for laravel 6.0