Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Mar 4, 2017
1 parent 9be3be9 commit 44d27b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

## 3.0.0 2017-03-04

### Added

- A sink is durable when created using `Http(string, DurableOptions)`. A durable sink will persist log events on disk before sending them over the network, thus protecting against data loss after a system or process restart.
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "3.0.0-*",
"description": "Serilog event sink that sends HTTP POST requests over the network.",
"authors": [
"Mattias Kindborg"
Expand Down

0 comments on commit 44d27b2

Please sign in to comment.