Skip to content

Commit 5affbe1

Browse files
committed
[edit] version/changelog
1 parent 46e4ce3 commit 5affbe1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

src/Simplify.Web/CHANGELOG.md

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

3+
## [4.6.0] - 2022-05-17
4+
5+
### Added
6+
7+
- Changing framework modules via lambda expression in `RegisterSimplifyWeb` (#191)
8+
9+
### Changed
10+
11+
- `RegisterSimplifyWeb` moved to `Simplify.Web` namespace
12+
13+
### Fixed
14+
15+
- `Content` controller response should have 'text/plain' type by default (#192)
16+
17+
### Security
18+
19+
- URL redirection from remote source (#189)
20+
- Log entries created from user input (#190)
21+
22+
### Dependencies
23+
24+
- `Simplify.DI` bump to 4.2.1
25+
326
## [4.5.1] - 2022-04-27
427

528
### Dependencies

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.5.1</Version>
13+
<Version>4.6</Version>
1414

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

0 commit comments

Comments
 (0)