From aeba163a0f426f283b558c80691bb81f351ef202 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Fri, 21 Aug 2020 12:04:48 -0400 Subject: [PATCH] chore: Updating changelog, incrementing patch version --- CHANGELOG.md | 1 + ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad2577..33d6dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [11.1.1] - 2020-08-21 ### Removed - Removed the OnItemTrimmed event from the ScrollQueue due to deadlocks diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 49b916b..d63fa35 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 2020")] -[assembly: AssemblyVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")]