diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fd2a8..1762031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [vNext] Unreleased +## [4.7.1] 2018-07-03 ### Improvements @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- [**#236**](https://github.com/psake/psake/pull/236) Change check for `$IsWindows` so it doesn't genereate an error record (via [@rkeithhill](https://github.com/rkeithhill)) +- [**#236**](https://github.com/psake/psake/pull/236) Change check for `$IsWindows` so it doesn't generate an error record (via [@rkeithhill](https://github.com/rkeithhill)) ## [4.7.0] 2017-11-21 diff --git a/src/psake.psd1 b/src/psake.psd1 index b9e0e5d..23fe0d5 100644 --- a/src/psake.psd1 +++ b/src/psake.psd1 @@ -1,9 +1,9 @@ @{ RootModule = 'psake.psm1' - ModuleVersion = '4.7.0' + ModuleVersion = '4.7.1' GUID = 'cfb53216-072f-4a46-8975-ff7e6bda05a5' Author = 'James Kovacs' - Copyright = 'Copyright (c) 2010-17 James Kovacs, Damian Hickey and Contributors' + Copyright = 'Copyright (c) 2010-18 James Kovacs, Damian Hickey, Brandon Olin, and Contributors' PowerShellVersion = '3.0' Description = 'psake is a build automation tool written in PowerShell.' FunctionsToExport = @('Invoke-psake',