Skip to content

Commit

Permalink
Update CHANGELOG and module version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karneades committed Apr 4, 2019
1 parent a6eca1a commit a1b6f2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.9.0...master)
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.9.1...master)
<!--
### Added
-->
### Changed
* Change computer name field name from "node" to "fqdn" for newer GRR versions
### Fixed
* Fix issue with empty usernames in client info
<!--
### Security
### Deprecated
### Removed
### Security
-->

## [v0.9.1](https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1) - 2019-04-04

Fix API field name for computer name from "node" to "fqdn" which was changed in
newer GRR versions. Furthermore, fix issue when usernames are missing in client
info (`Get-GRRClientInfo`).

## [v0.9.0](https://github.com/swisscom/powergrr/compare/v0.8.0...v0.9.0) - 2018-05-19

**Improve password handling** by allowing to **set the `$GRRCredential` variable
Expand Down
4 changes: 2 additions & 2 deletions PowerGRR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerGRR.psm1'

# Version number of this module.
ModuleVersion = '0.9.0'
ModuleVersion = '0.9.1'

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

# Copyright statement for this module
Copyright = '(c) 2017,2018 Swisscom (Schweiz) AG'
Copyright = '(c) 2017,2018,2019 Swisscom (Schweiz) AG'

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

0 comments on commit a1b6f2c

Please sign in to comment.