Skip to content

Commit 11cb772

Browse files
committed
Update CHANGELOG and module description for hotfix release
1 parent 9ecdfaf commit 11cb772

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

7-
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.4.1...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.4.2...master)
88

99
### Added
1010

@@ -15,10 +15,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Removed
1616

1717
### Fixed
18-
* Fix bug in `Get-ClientCertificate` when using `Get-Variable`
1918

2019
### Security
2120

21+
## [v0.4.2](https://github.com/swisscom/powergrr/compare/v0.4.1...v0.4.2) - 2017-08-08
22+
23+
Fix bug in `Get-ClientCertificate` when using `Get-Variable`. Make the
24+
certificate authentication working again.
25+
2226
## [v0.4.1](https://github.com/swisscom/powergrr/compare/v0.4.0...v0.4.1) - 2017-08-08
2327

2428
Fix typo in variable name in `Invoke-GRRFlow` for flow type _FileFinder_.

PowerGRR.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerGRR.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.1'
15+
ModuleVersion = '0.4.2'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'

0 commit comments

Comments
 (0)