Skip to content

Commit

Permalink
Releasing this as 4.0.0alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 25, 2015
1 parent d0851b3 commit 3f5dc3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
ChangeLog
=========

4.0.0 (2015-??-??)
------------------
4.0.0-alpha1 (2015-02-25)
-------------------------

* #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
* #41: This library now uses the `sabre/uri` package for uri handling.
* Added `421 Misdirected Request` from the HTTP/2.0 spec.


3.0.4 (2014-12-10)
------------------

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.0';
const VERSION = '4.0.0-alpha1';

}

0 comments on commit 3f5dc3e

Please sign in to comment.