diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9498f..f558c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [8.6.1] - 2019-06-14 +### Changed + - Fixed a bug where stopped timers on NetStandard would still have a periodic callback duration + ## [8.6.0] - 2019-06-14 ### Changed - Overhaul of RangeAttribute remap methods to better avoid overflows diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 1f3708a..a97d33a 100644 --- a/ICD.Common.Utils/Properties/AssemblyInfo.cs +++ b/ICD.Common.Utils/Properties/AssemblyInfo.cs @@ -4,4 +4,4 @@ using System.Reflection; [assembly: AssemblyCompany("ICD Systems")] [assembly: AssemblyProduct("ICD.Common.Utils")] [assembly: AssemblyCopyright("Copyright © ICD Systems 2019")] -[assembly: AssemblyVersion("8.6.0.0")] +[assembly: AssemblyVersion("8.6.1.0")]