From d02594694832da02833ea533c8f362338cd94180 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 23 Jan 2020 12:46:06 -0500 Subject: [PATCH] chore: Updating changelog, incrementing minor version --- CHANGELOG.md | 4 ++++ ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef41f0..a14fd3a 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.8.0] - 2020-01-23 +### Added + - Added an overload to PriorityQueue for determing the de-duplication behaviour + ## [8.7.2] - 2019-10-29 ### Changed - Fixed a bug with PriorityQueue de-duplication where a new command would be inserted in the wrong position diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 5a7bb24..db83791 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.7.2.0")] +[assembly: AssemblyVersion("8.8.0.0")]