diff --git a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs index 8fef8ee..5c22a1d 100644 --- a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs +++ b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.25.0")] -[assembly: AssemblyFileVersion("1.3.25.0")] +[assembly: AssemblyVersion("1.3.26.0")] +[assembly: AssemblyFileVersion("1.3.26.0")] diff --git a/TimberWinR/ReleaseNotes.md b/TimberWinR/ReleaseNotes.md index 05d71b6..f89db30 100644 --- a/TimberWinR/ReleaseNotes.md +++ b/TimberWinR/ReleaseNotes.md @@ -3,6 +3,10 @@ A Native Windows to Redis/Elasticsearch Logstash Agent which runs as a service. Version / Date +### 1.3.26.0 - 2015-05-15 +1. Added StatsD outputter +2. Fixed shutdown hang if shutdown was received before service was fully started up. + ### 1.3.25.0 - 2015-04-30 1. Fixed Issue [#49](https://github.com/Cimpress-MCP/TimberWinR/issues/49) 2. Fixed potential non-thread safe when renaming properties