chore: Update Changelog, increment minor version

This commit is contained in:
Drew Tingen
2021-08-18 10:45:49 -04:00
parent af3d335079
commit d00d2febf3
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [15.2.0] - 2021-08-18
### Added ### Added
- TryParse overload in StringUtils, attempts to parse a GUID from a string - TryParse overload in StringUtils, attempts to parse a GUID from a string

View File

@@ -4,4 +4,4 @@ using System.Reflection;
[assembly: AssemblyCompany("ICD Systems")] [assembly: AssemblyCompany("ICD Systems")]
[assembly: AssemblyProduct("ICD.Common.Utils")] [assembly: AssemblyProduct("ICD.Common.Utils")]
[assembly: AssemblyCopyright("Copyright © ICD Systems 2021")] [assembly: AssemblyCopyright("Copyright © ICD Systems 2021")]
[assembly: AssemblyVersion("15.1.0.0")] [assembly: AssemblyVersion("15.2.0.0")]