Skip to content

Commit 000fa1c

Browse files
committed
[edit] version/changelog
1 parent f45eea8 commit 000fa1c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/Simplify.Web/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.1.0] - 2024-07-28
4+
5+
### Added
6+
7+
- Static files in-memory cache (#267)
8+
9+
### Fixed
10+
11+
- Web context is not available on WriteErrorResponseAsync causing NRE
12+
313
## [5.0.0] - 2024-06-05
414

515
### Breaking

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>5.0</Version>
12+
<Version>5.1</Version>
1313

1414
<Authors>Simplify community</Authors>
1515
<Product>Simplify</Product>

0 commit comments

Comments
 (0)