Skip to content

Commit 68bdea0

Browse files
committed
Version bump. Update changelog
1 parent 719ce1a commit 68bdea0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.1] - 2019-01-17
9+
10+
### Changed
11+
12+
- Switch to Alpine 3.8 and PowerShell 6.1.2 for container
13+
- Install git on container so BuildHelpers doesn't throw error
14+
- Upgrade to BuildHelpers 2.0.7
15+
816
## [1.2.0] - 2019-01-15
917

1018
### Changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
88

99
FROM base as psake-build
1010
LABEL "name" = "github-action-psake"
11-
LABEL "version" = "1.1.0"
11+
LABEL "version" = "1.2.1"
1212
LABEL "com.github.actions.name" = "psake task"
1313
LABEL "com.github.actions.description" = "Run psake tasks"
1414
LABEL "com.github.actions.icon"="settings"

0 commit comments

Comments
 (0)