From 16fb3683dd4dc1ee3416702c34cd63c2f2db0aea Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Thu, 23 Jun 2022 15:07:50 -0400 Subject: [PATCH] chore: Update changelog, increment assembly patch 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 89b6095..2ebdef5 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] +## [16.0.3] 2022-06-23 +### Changed + - Throwing better exception when trying to get unknown timezones + ## [16.0.2] 2022-05-23 ### Changed - Fixed an issue in IcdUriBuilder where relative pathes were not being built into a valid URI. diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 0a0a065..5f087c1 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 2022")] -[assembly: AssemblyVersion("16.0.2.0")] +[assembly: AssemblyVersion("16.0.3.0")]