Skip to content

Commit

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

## Unreleased

## 3.1.1 2017-04-24

### Fixed

- Package project URL

## 3.1.0 2017-03-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>Serilog event sink that sends HTTP POST requests over the network.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
Expand Down

0 comments on commit ccf17ef

Please sign in to comment.