diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d82b80..8b1f089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [9.6.0] - 2019-07-03 ### Added - Added RecursionUtils method to get a single clique given a starting node - Breadth First Search can now search graphs in addition to trees + - Added StartOfDay and EndOfDay DateTime extension methods ### Changed - Fixed bug in IcdUriBuilder where Query property behaved differently to UriBuilder + - Throwing an exception when attempting to read a non-primitive JSON token as a string ## [9.5.0] - 2019-06-10 ### Added diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 6bf9fa1..823c121 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("9.5.0.0")] +[assembly: AssemblyVersion("9.6.0.0")]