From 3440b9d95ab55ce63da4dc2dc8927e7d9a946c76 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 23 Aug 2024 17:00:11 +0100 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 5 +++-- gleam.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3d7af..924e85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## v1.1.0 - Unreleased +## v1.1.0 - 2024-08-23 -- Rather than using `/tmp`, the platform-specific temporary directory is detected used +- Rather than using `/tmp`, the platform-specific temporary directory is + detected used. ## v1.0.0 - 2024-08-21 diff --git a/gleam.toml b/gleam.toml index 219b9e3..408d105 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "wisp" -version = "1.0.0" +version = "1.1.0" gleam = ">= 0.32.0" description = "A practical web framework for Gleam" licences = ["Apache-2.0"]