diff --git a/CHANGELOG.md b/CHANGELOG.md index c98ef1f..e92d8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [10.1.0] - 2019-11-18 +### Added + - Added PathUtils methods for getting ProgramData paths + - Added a method for determining if a URI is defaults + - Added MaxOrDefault extension method for enumerables + - Added a method for finding an item in a sorted list by a given predicate + ### Changed - NullObject implements IComparable, fixes issues with null keys in ordered dictionaries + - IcdSqliteConnection CreateFile method will create directories recursively ## [10.0.0] - 2019-10-07 ### Added diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 3eba67b..0b2975b 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("10.0.0.0")] +[assembly: AssemblyVersion("10.1.0.0")]