diff --git a/CHANGELOG.md b/CHANGELOG.md index e389bc3..575d83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [15.1.0] - 2021-08-03 ### Added - Enum Extension "SetFlags", takes a bool to set or unset the given flags - BiDictionay - Added constructors with TKey and TValue comparers + - ILoggerService - Added Flush() method + - Added log entries for intentional reboot and program restart + - Added ThreadingUtils TimeSpan overloads + +### Changed + - IcdTimeZoneInfo - fixed issue when unable to read SQL + - WeakKeyDictionary - Fixe GetHashCode to handle null values + - ProcessorUtils - NetStandard - removed "Microsoft" from model name + - Fixed null handing in SequenceComparer and UndefinedVersionComparer + - EnumUtils - GetFlags no longer returns composite flags ## [15.0.0] - 2021-05-14 ### Added diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index c9c964c..65e61c0 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 2021")] -[assembly: AssemblyVersion("15.0.0.0")] +[assembly: AssemblyVersion("15.1.0.0")]