diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d617fb7..7766d8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## 2.0.0 2016-11-23 + ### Added - Custom implementation of `IHttpClient` can be passed to sink when creating it diff --git a/src/Serilog.Sinks.Http/project.json b/src/Serilog.Sinks.Http/project.json index 1783a718..bfac11ec 100644 --- a/src/Serilog.Sinks.Http/project.json +++ b/src/Serilog.Sinks.Http/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "2.0.0-*", "description": "Serilog event sink that sends HTTP POST requests over the network.", "authors": [ "Mattias Kindborg"