diff --git a/CHANGELOG.md b/CHANGELOG.md index 924e85c..1669d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.0 - Unreleased + +- Breaking change - Update minimal gleam target version to 1.1.0 + ## v1.1.0 - 2024-08-23 - Rather than using `/tmp`, the platform-specific temporary directory is diff --git a/gleam.toml b/gleam.toml index 408d105..be27baf 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,6 +1,6 @@ name = "wisp" version = "1.1.0" -gleam = ">= 0.32.0" +gleam = ">= 1.1.0" description = "A practical web framework for Gleam" licences = ["Apache-2.0"]