From 1a868d5a7dfbb5e78271f10b00b97f59839fa7b6 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 3 Jul 2019 10:22:01 -0400 Subject: [PATCH] chore: Updating changelog, incrementing minor version --- CHANGELOG.md | 3 +++ ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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")]