File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.4.1 ...master )
7
+ ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.4.2 ...master )
8
8
9
9
### Added
10
10
@@ -15,10 +15,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
### Removed
16
16
17
17
### Fixed
18
- * Fix bug in ` Get-ClientCertificate ` when using ` Get-Variable `
19
18
20
19
### Security
21
20
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
+
22
26
## [ v0.4.1] ( https://github.com/swisscom/powergrr/compare/v0.4.0...v0.4.1 ) - 2017-08-08
23
27
24
28
Fix typo in variable name in ` Invoke-GRRFlow ` for flow type _ FileFinder_ .
Original file line number Diff line number Diff line change 12
12
RootModule = ' PowerGRR.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.4.1 '
15
+ ModuleVersion = ' 0.4.2 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 5bdf023f-fe8a-4748-bd73-43a449791ba8'
You can’t perform that action at this time.
0 commit comments