We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d918 commit 3fefbbdCopy full SHA for 3fefbbd
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [4.2.1] - 2017-10-11
10
+
11
### Fixed
12
13
- [#32](https://github.com/FantasticFiasco/serilog-sinks-http/issues/32) Prevent durable HTTP sink from posting HTTP messages without any log events
src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>4.2.0</VersionPrefix>
+ <VersionPrefix>4.2.1</VersionPrefix>
5
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>A Serilog sink sending log events over HTTP.</Description>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
0 commit comments