···11# Changelog
2233-## Unreleased
33+## v0.6.0 - 2023-10-19
4455- The `wisp.require_form` now handles `application/x-www-form-urlencoded`
66 content types with a charset.
+1-1
gleam.toml
···11name = "wisp"
22-version = "0.5.0"
22+version = "0.6.0"
33gleam = ">= 0.30.0"
44description = "A practical web framework for Gleam"
55licences = ["Apache-2.0"]