diff --git a/CHANGES.rst b/CHANGES.rst index ef83f2905f..e40feda6cc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,13 @@ .. currentmodule:: werkzeug +Version 3.0.1 +------------- + +Released 2023-10-24 + +- Fix slow multipart parsing for large parts potentially enabling DoS + attacks. :advisories:`GHSA-hrfv-mqp8-q5rw` + Version 3.0.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index ec69c2015f..70721a9a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.0" +version = "3.0.1" description = "The comprehensive WSGI web application library." readme = "README.rst" license = {file = "LICENSE.rst"}