Skip to content

Commit 3fefbbd

Browse files
release 4.2.1
1 parent 959d918 commit 3fefbbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9+
## [4.2.1] - 2017-10-11
10+
911
### Fixed
1012

1113
- [#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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.2.0</VersionPrefix>
4+
<VersionPrefix>4.2.1</VersionPrefix>
55
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
66
<Description>A Serilog sink sending log events over HTTP.</Description>
77
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>

0 commit comments

Comments
 (0)