From 000fa1c4191d8f2644b682484cb957ed7009a556 Mon Sep 17 00:00:00 2001 From: Alexanderius Date: Sun, 28 Jul 2024 14:12:44 +0500 Subject: [PATCH] [edit] version/changelog --- src/Simplify.Web/CHANGELOG.md | 10 ++++++++++ src/Simplify.Web/Simplify.Web.csproj | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Simplify.Web/CHANGELOG.md b/src/Simplify.Web/CHANGELOG.md index 407010d8..15252fe8 100644 --- a/src/Simplify.Web/CHANGELOG.md +++ b/src/Simplify.Web/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.1.0] - 2024-07-28 + +### Added + +- Static files in-memory cache (#267) + +### Fixed + +- Web context is not available on WriteErrorResponseAsync causing NRE + ## [5.0.0] - 2024-06-05 ### Breaking diff --git a/src/Simplify.Web/Simplify.Web.csproj b/src/Simplify.Web/Simplify.Web.csproj index 4c4d3de6..6b4572b5 100644 --- a/src/Simplify.Web/Simplify.Web.csproj +++ b/src/Simplify.Web/Simplify.Web.csproj @@ -9,7 +9,7 @@ snupkg true - 5.0 + 5.1 Simplify community Simplify