diff --git a/CHANGELOG.md b/CHANGELOG.md index 72895ee..0b96a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.3 +- Error handling when using `getStream` if the connection fails. If it fails more than 5 times on the same request the exception will be thrown anyways. +- Caching of player source for 10 minutes. + ## 1.3.2 - Minor caching changes.