diff --git a/CHANGELOG.md b/CHANGELOG.md index 6431ebe..8349aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ChangeLog ========= -4.0.1 (2015-??-??) +4.1.0 (2015-??-??) ------------------ * The async client wouldn't `wait()` for new http requests being started after the (previous) last request in the queue was resolved. +* Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token. 4.0.0 (2015-05-20) diff --git a/lib/Version.php b/lib/Version.php index 349038b..5196760 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -14,6 +14,6 @@ class Version { /** * Full version number */ - const VERSION = '4.0.1'; + const VERSION = '4.1.0'; }