Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Jun 6, 2018
1 parent cc402b4 commit f1072c4
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

## [4.1.0] - 2018-06-06

### :zap: Added

- [#26](https://github.com/FantasticFiasco/serilog-sinks-udp/issues/26) Ability to specify a hostname instead of an IP address when configuring sink using [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) (contribution by [marekstachura](https://github.com/marekstachura))
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Udp/Serilog.Sinks.Udp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<AssemblyName>Serilog.Sinks.Udp</AssemblyName>
<Description>A Serilog sink sending UDP packages over the network.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
Expand Down

0 comments on commit f1072c4

Please sign in to comment.