We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3647a55 commit fde9940Copy full SHA for fde9940
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.4.1
4
+
5
+### Bug fixes
6
7
+ * Properly format linked exits
8
9
## v2.4.0
10
11
### Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.Cowboy.MixProject do
use Mix.Project
- @version "2.4.0"
+ @version "2.4.1"
@description "A Plug adapter for Cowboy"
def project do
0 commit comments