aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-08 13:51:17 +0200
committerLoïc Hoguin <[email protected]>2012-08-08 13:51:17 +0200
commitaf07e048e3b3dcda1c1b80e5b664b9939100a7dd (patch)
treeb9686cae79e03ac0ce33e1f5a7db7280b4a747da
parent2645044c6b021bee0207a68305e4ff89af122d1a (diff)
downloadcowboy-af07e048e3b3dcda1c1b80e5b664b9939100a7dd.tar.gz
cowboy-af07e048e3b3dcda1c1b80e5b664b9939100a7dd.tar.bz2
cowboy-af07e048e3b3dcda1c1b80e5b664b9939100a7dd.zip
Update version to 0.6.10.6.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--src/cowboy.app.src2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d293da9..dca83e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
-----
diff --git a/src/cowboy.app.src b/src/cowboy.app.src
index 46e5b95..4ba9a37 100644
--- a/src/cowboy.app.src
+++ b/src/cowboy.app.src
@@ -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, [