From e3603632796f5818c857f66e8187965b9404c2a0 Mon Sep 17 00:00:00 2001 From: Marco Z Date: Sat, 9 Mar 2024 22:53:46 +0100 Subject: [PATCH] v 0.22 (#382) Co-authored-by: Marco Zocca --- changelog.md | 1 + scotty.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c8cff07..76a00c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ ## next [????.??.??] +## 0.22 [2024.03.09] ### New * add `instance Parsable UTCTime` (#250) diff --git a/scotty.cabal b/scotty.cabal index 365040c..7130546 100644 --- a/scotty.cabal +++ b/scotty.cabal @@ -1,5 +1,5 @@ Name: scotty -Version: 0.21.1 +Version: 0.22 Synopsis: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp Homepage: https://github.com/scotty-web/scotty Bug-reports: https://github.com/scotty-web/scotty/issues