From d846827b2a70317914621328bd617e4e5d4d13d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 5 Apr 2019 11:09:55 +0200 Subject: Cowboy 2.6.3 --- doc/src/guide/getting_started.asciidoc | 2 +- doc/src/guide/migrating_from_2.6.asciidoc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 97f2b20..3e80532 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.6.2 +dep_cowboy_commit = 2.6.3 DEP_PLUGINS = cowboy diff --git a/doc/src/guide/migrating_from_2.6.asciidoc b/doc/src/guide/migrating_from_2.6.asciidoc index 14ce5d5..1e85f14 100644 --- a/doc/src/guide/migrating_from_2.6.asciidoc +++ b/doc/src/guide/migrating_from_2.6.asciidoc @@ -3,6 +3,12 @@ The following patch versions were released since Cowboy 2.6: +=== Cowboy 2.6.3 + +This release updates Cowlib to 2.7.3 to fix the `vsn` +value in the 'cowlib.app' file that was causing issues +to Elixir users. + === Cowboy 2.6.2 This release updates Cowlib to 2.7.2. -- cgit v1.2.3