From d5bae1f8e9f97b32f3f7098991bd61142ccdedea Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 2 Sep 2015 11:22:13 +0200 Subject: [PATCH] Updated changelog. Bumped version to 4.1.0 --- CHANGELOG.md | 3 ++- lib/Version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'; }