diff --git a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md index e6c464d133..b9b1697823 100644 --- a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md @@ -78,10 +78,10 @@ via the following coordinates: ```scala // Mill -ivy"com.lihaoyi::cask:0.9.4" +ivy"com.lihaoyi::cask:0.9.5" // SBT -"com.lihaoyi" %% "cask" % "0.9.4" +"com.lihaoyi" %% "cask" % "0.9.5" ``` The `./mill` command is just a wrapper around the diff --git a/readme.md b/readme.md index 76d5d90603..c865ecd59a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Cask 0.9.4: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] +Cask 0.9.5: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] =========================================================================================================================================================================== [gitter-badge]: https://badges.gitter.im/Join%20Chat.svg @@ -45,6 +45,12 @@ courtesy of EJ Technologies ## Changelog +### 0.9.5 + +- Fix path traversal issue when serving static files [#157](https://github.com/com-lihaoyi/cask/pull/157) +- Fix form submissions with empty file fields throwing exceptions [#150](https://github.com/com-lihaoyi/cask/pull/150) +- Add CI testing for Java 17 and 21 [#156](https://github.com/com-lihaoyi/cask/pull/156) + ### 0.9.4 - Allow overlap between static routes and wildcards [#134](https://github.com/com-lihaoyi/cask/pull/134)