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")]