diff --git a/changelog.md b/changelog.md index fcd83e9..5e335cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## next [????.??.??] +## 0.9.3 [2024.12.28] * Drop support for pre-8.0 versions of GHC. ## 0.9.2 [2022.03.08] diff --git a/wai-middleware-static.cabal b/wai-middleware-static.cabal index dcdf15e..3e49779 100644 --- a/wai-middleware-static.cabal +++ b/wai-middleware-static.cabal @@ -1,5 +1,5 @@ Name: wai-middleware-static -Version: 0.9.2 +Version: 0.9.3 Synopsis: WAI middleware that serves requests to static files. Homepage: https://github.com/scotty-web/wai-middleware-static Bug-reports: https://github.com/scotty-web/wai-middleware-static/issues