We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea2a34 commit 2ef07cdCopy full SHA for 2ef07cd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.14.2 (2023-03-23)
4
+
5
+### Bug fixes
6
7
+ * Properly deprecate `Plug.Adapters.Cowboy` before removal
8
9
## v1.14.1 (2023-03-17)
10
11
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.MixProject do
use Mix.Project
- @version "1.14.1"
+ @version "1.14.2"
@description "Compose web applications with functions"
@xref_exclude [Plug.Cowboy, :ssl]
0 commit comments