Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jul 4, 2018
1 parent 0971311 commit 4d9fee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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',
Expand Down

0 comments on commit 4d9fee4

Please sign in to comment.