File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,22 @@ 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.9.0 ...master )
7
+ ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.9.1 ...master )
8
8
<!--
9
9
### Added
10
- -->
11
10
### Changed
12
- * Change computer name field name from "node" to "fqdn" for newer GRR versions
13
11
### Fixed
14
- * Fix issue with empty usernames in client info
15
- <!--
12
+ ### Security
16
13
### Deprecated
17
14
### Removed
18
- ### Security
19
15
-->
20
16
17
+ ## [ v0.9.1] ( https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1 ) - 2019-04-04
18
+
19
+ Fix API field name for computer name from "node" to "fqdn" which was changed in
20
+ newer GRR versions. Furthermore, fix issue when usernames are missing in client
21
+ info (` Get-GRRClientInfo ` ).
22
+
21
23
## [ v0.9.0] ( https://github.com/swisscom/powergrr/compare/v0.8.0...v0.9.0 ) - 2018-05-19
22
24
23
25
** Improve password handling** by allowing to ** set the ` $GRRCredential ` variable
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.9.0 '
15
+ ModuleVersion = ' 0.9.1 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 5bdf023f-fe8a-4748-bd73-43a449791ba8'
@@ -24,7 +24,7 @@ Author = 'Swisscom (Schweiz) AG'
24
24
CompanyName = ' Swisscom (Schweiz) AG'
25
25
26
26
# Copyright statement for this module
27
- Copyright = ' (c) 2017,2018 Swisscom (Schweiz) AG'
27
+ Copyright = ' (c) 2017,2018,2019 Swisscom (Schweiz) AG'
28
28
29
29
# Description of the functionality provided by this module
30
30
Description = ' The module allows the use of the GRR API from within PowerShell on Windows, macOS and Linux.'
You can’t perform that action at this time.
0 commit comments