Skip to content

Commit f21e8a8

Browse files
release 5.0.0
1 parent 15110f4 commit f21e8a8

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.0] - 2018-08-30
10+
911
### :zap: Added
1012

1113
- [#51](https://github.com/FantasticFiasco/serilog-sinks-http/issues/51) [BREAKING CHANGE] Support to specify `queueLimit` when creating a non-durable sink, limiting the number of events queued in memory waiting to be posted over the network.

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.3.0</VersionPrefix>
4+
<VersionPrefix>5.0.0</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)