We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123c828 commit f481065Copy full SHA for f481065
src/Simplify.Web/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [4.4.1] - 2021-06-07
4
+
5
+### Fixed
6
7
+- Nullable controllers responses (#155)
8
9
+### Dependencies
10
11
+- Simplify.DI bump to 4.0.20
12
+- Microsoft.Extensions.Configuration.Json bump to 3.1.16
13
14
## [4.4.0] - 2021-04-25
15
16
### New
src/Simplify.Web/Simplify.Web.csproj
@@ -10,7 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>4.4</Version>
+ <Version>4.4.1</Version>
<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
0 commit comments