From acbe3f579ee3088061d0d37be5124e8ec7ec7de7 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 19 Oct 2023 12:52:58 +0100 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 2 +- gleam.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ec2fd..c733d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.6.0 - 2023-10-19 - The `wisp.require_form` now handles `application/x-www-form-urlencoded` content types with a charset. diff --git a/gleam.toml b/gleam.toml index b7c7944..0a7b681 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "wisp" -version = "0.5.0" +version = "0.6.0" gleam = ">= 0.30.0" description = "A practical web framework for Gleam" licences = ["Apache-2.0"]