Skip to content

Commit

Permalink
Updated changelog. Bumped version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 2, 2015
1 parent 93d6396 commit d5bae1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
const VERSION = '4.0.1';
const VERSION = '4.1.0';

}

0 comments on commit d5bae1f

Please sign in to comment.