@@ -1,6 +1,11 @@
CHANGELOG
=========
+1.0.4
+-----
+
+ * Fix a crash when using iolist() as payload for some Websocket frames
1.0.3
-----
@@ -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]},