Skip to content

Commit fd0841f

Browse files
committed
Release v2.8.1
1 parent bfb34cb commit fd0841f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.8.1
4+
5+
### Security fixes
6+
7+
* fix atom conversion from string (CVE-2026-32688)
8+
39
## v2.8.0
410

511
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Plug.Cowboy.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-plug/plug_cowboy"
5-
@version "2.8.0"
5+
@version "2.8.1"
66
@description "A Plug adapter for Cowboy"
77

88
def project do

0 commit comments

Comments
 (0)