diff --git a/CHANGES.rst b/CHANGES.rst index f709fb5cd..501e5e61f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.6 ------------- -Unreleased +Released 2024-10-25 - Fix how ``max_form_memory_size`` is applied when parsing large non-file fields. :ghsa:`q34m-jh98-gwm2` diff --git a/pyproject.toml b/pyproject.toml index 80187a473..e94ff598e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.6.dev" +version = "3.0.6" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}