Skip to content

Commit

Permalink
Update version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Aug 8, 2012
1 parent 2645044 commit af07e04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGELOG
=========

0.6.1
-----

* Add hello_world, rest_hello_world, chunked_hello_world,
echo_get, echo_post and static examples.

* Add support for the "Expect: 100-continue" header.

* Keep the original 'Host' header value instead of modifying it.

* Fix use of parsed headers cache.

* REST: fix the matching of charsets.

* REST: allow <<"type/subtype">> format for content_types_accepted.

* Improve typespecs.

0.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion src/cowboy.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{application, cowboy, [
{description, "Small, fast, modular HTTP server."},
{vsn, git},
{vsn, "0.6.1"},
{modules, []},
{registered, [cowboy_clock, cowboy_sup]},
{applications, [
Expand Down

0 comments on commit af07e04

Please sign in to comment.