diff options
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 | ||||
-rw-r--r-- | doc/src/guide/migrating_from_2.6.asciidoc | 6 |
2 files changed, 7 insertions, 1 deletions
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. |