diff --git a/CHANGELOG.md b/CHANGELOG.md index 10831c0..5d0c757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.6.2 - 2024-03-12 - The `gleam/http/service` module has been deprecated in favour of other packages such as Wisp and Glen. diff --git a/gleam.toml b/gleam.toml index c353131..99cd66f 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleam_http" -version = "3.5.3" +version = "3.6.0" licences = ["Apache-2.0"] description = "Types and functions for Gleam HTTP clients and servers" gleam = ">= 0.32.0"