diff --git a/CHANGELOG.md b/CHANGELOG.md index 4648aec..4b13ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.5] - 2022-04-14 ### Fixed - `Get-ElapsedBusinessTime` did not return correct result if range between `-StartHour` and `-FinishHour` was not whole, ie was a span of time where minutes and seconds also needed consideration @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/codaamok/PSBusinessTime/compare/0.1.4..HEAD +[Unreleased]: https://github.com/codaamok/PSBusinessTime/compare/0.1.5..HEAD +[0.1.5]: https://github.com/codaamok/PSBusinessTime/compare/0.1.4..0.1.5 [0.1.4]: https://github.com/codaamok/PSBusinessTime/compare/0.1.2..0.1.4 [0.1.2]: https://github.com/codaamok/PSBusinessTime/compare/0.1.1..0.1.2 [0.1.1]: https://github.com/codaamok/PSBusinessTime/compare/0.1.0..0.1.1 diff --git a/src/PSBusinessTime.psd1 b/src/PSBusinessTime.psd1 index d73577b..bba3238 100644 --- a/src/PSBusinessTime.psd1 +++ b/src/PSBusinessTime.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSBusinessTime.psm1' # Version number of this module. -ModuleVersion = '0.1.4' +ModuleVersion = '0.1.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -108,8 +108,7 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = '# Fixed -- Get-ElapsedBusinessTime did not return correct result when either the start date or end date were outside of business hours -- Added line breaks in between each line for all comment based help' +- Get-ElapsedBusinessTime did not return correct result if range between -StartHour and -FinishHour was not whole, ie was a span of time where minutes and seconds also needed consideration' # Prerelease string of this module # Prerelease = ''