We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb34cb commit fd0841fCopy full SHA for fd0841f
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.8.1
4
+
5
+### Security fixes
6
7
+ * fix atom conversion from string (CVE-2026-32688)
8
9
## v2.8.0
10
11
### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule Plug.Cowboy.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-plug/plug_cowboy"
- @version "2.8.0"
+ @version "2.8.1"
@description "A Plug adapter for Cowboy"
def project do
0 commit comments