Skip to content

Commit a1b6f2c

Browse files
committed
Update CHANGELOG and module version
1 parent a6eca1a commit a1b6f2c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ 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.9.0...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.9.1...master)
88
<!--
99
### Added
10-
-->
1110
### Changed
12-
* Change computer name field name from "node" to "fqdn" for newer GRR versions
1311
### Fixed
14-
* Fix issue with empty usernames in client info
15-
<!--
12+
### Security
1613
### Deprecated
1714
### Removed
18-
### Security
1915
-->
2016

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+
2123
## [v0.9.0](https://github.com/swisscom/powergrr/compare/v0.8.0...v0.9.0) - 2018-05-19
2224

2325
**Improve password handling** by allowing to **set the `$GRRCredential` variable

PowerGRR.psd1

Lines changed: 2 additions & 2 deletions
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.9.0'
15+
ModuleVersion = '0.9.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'
@@ -24,7 +24,7 @@ Author = 'Swisscom (Schweiz) AG'
2424
CompanyName = 'Swisscom (Schweiz) AG'
2525

2626
# Copyright statement for this module
27-
Copyright = '(c) 2017,2018 Swisscom (Schweiz) AG'
27+
Copyright = '(c) 2017,2018,2019 Swisscom (Schweiz) AG'
2828

2929
# Description of the functionality provided by this module
3030
Description = 'The module allows the use of the GRR API from within PowerShell on Windows, macOS and Linux.'

0 commit comments

Comments
 (0)