Browse Source

Update to 1.0.4

Loïc Hoguin 9 years ago
parent
commit
d08c2ab39d
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/cowboy.app.src

+ 5 - 0
CHANGELOG.md

@@ -1,6 +1,11 @@
 CHANGELOG
 =========
 
+1.0.4
+-----
+
+ *  Fix a crash when using iolist() as payload for some Websocket frames
+
 1.0.3
 -----
 

+ 1 - 1
src/cowboy.app.src

@@ -14,7 +14,7 @@
 
 {application, cowboy, [
 	{description, "Small, fast, modular HTTP server."},
-	{vsn, "1.0.3"},
+	{vsn, "1.0.4"},
 	{id, "git"},
 	{modules, []},
 	{registered, [cowboy_clock, cowboy_sup]},