We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ac2e commit 4bcf4d0Copy full SHA for 4bcf4d0
src/Simplify.Web/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [4.4.0] - 2021-04-25
4
+
5
+### New
6
7
+- Possibility to reuse model between controllers in same scope (#145)
8
9
## [4.3.0] - 2021-04-22
10
11
### New
src/Simplify.Web/Simplify.Web.csproj
@@ -10,7 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12
13
- <Version>4.3</Version>
+ <Version>4.4</Version>
14
15
<Authors>Alexander Krylkov</Authors>
16
<Product>Simplify</Product>
0 commit comments