Skip to content

Commit bc127fc

Browse files
release 5.0.1
1 parent 5af9803 commit bc127fc

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+
## [5.0.1] - 2018-09-24
10+
911
### :syringe: Fixed
1012

1113
- [#54](https://github.com/FantasticFiasco/serilog-sinks-http/issues/54) Prevent durable HTTP sink from posting partially written 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>5.0.0</VersionPrefix>
4+
<VersionPrefix>5.0.1</VersionPrefix>
55
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
66
<Description>A Serilog sink sending log events over HTTP.</Description>
77
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>

0 commit comments

Comments
 (0)