Skip to content

Commit f481065

Browse files
committed
Changelog/version set
1 parent 123c828 commit f481065

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/Simplify.Web/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [4.4.0] - 2021-04-25
415

516
### New

src/Simplify.Web/Simplify.Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

13-
<Version>4.4</Version>
13+
<Version>4.4.1</Version>
1414

1515
<Authors>Alexander Krylkov</Authors>
1616
<Product>Simplify</Product>

0 commit comments

Comments
 (0)