From 0152259a256a71aa187ea26e7a8cbca3338ff476 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Mon, 10 Jun 2019 13:50:37 -0400 Subject: [PATCH] chore: Updating changelog, incrementing minor 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 53a20d2..8eb9277 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] +## [9.5.0] - 2019-06-10 ### Added - Added Shim to read a list from xml with no root element - Added a URI query builder diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 3bd039d..6bf9fa1 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.4.0.0")] +[assembly: AssemblyVersion("9.5.0.0")]