From 2b376bff4786aa73de6e5bc6787539b8af97cac0 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 15 May 2019 15:59:09 -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 5ac4bad..1714900 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] +## [8.4.0] - 2019-05-15 ### Added - Added GUID utils for generating seeded GUIDs - Added extension method for getting stable hashcodes from strings diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index a70fc82..97275b5 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.3.1.0")] +[assembly: AssemblyVersion("8.4.0.0")]