diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b3962..3c76953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.7.0...master) +## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.8.0...master) + + +## [v0.8.0](https://github.com/swisscom/powergrr/compare/v0.7.0...v0.8.0)- 2018-02-21 + +Add the **functionality for using a condition in RegistryFinder flow** and **add the +Yara process memory scan flow**. Extend and improve getting and displaying +client information. Fix some issues within RegistryFinder flow, hunt +definition and formatting in `Invoke-GRRFlow`. ### Added * Add condition functionality to RegistryFinder flow @@ -21,11 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Fix issue with registry path definition in RegistryFinder flow * Fix bug when client limit not getting set correctly * Fix output formatting issue when using the pipeline in `Invoke-GRRFlow` - ## [v0.7.0](https://github.com/swisscom/powergrr/compare/v0.6.0...v0.7.0)- 2018-01-19 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7aa82b0..40f8005 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,7 @@ check current cmdlets how to use supporting functions. ## Making a new Release +1. Update markdown help and external help file. 1. Run the Pester tests. See [BUILD](BUILD.md). All tests must pass. 1. Update CHANGELOG * Update information according to the current release. diff --git a/PowerGRR.psd1 b/PowerGRR.psd1 index 217b1a6..1abc3ee 100644 --- a/PowerGRR.psd1 +++ b/PowerGRR.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerGRR.psm1' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.8.0' # ID used to uniquely identify this module GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8' diff --git a/docs/Get-GRRClientInfo.md b/docs/Get-GRRClientInfo.md index 7bd48e3..b3a690a 100644 --- a/docs/Get-GRRClientInfo.md +++ b/docs/Get-GRRClientInfo.md @@ -13,6 +13,7 @@ schema: 2.0.0 ``` Get-GRRClientInfo [[-ComputerName] ] [-Credential] [-OnlyLastSeen] [-ShowJSON] + [] ``` ## DESCRIPTION @@ -89,11 +90,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + ## INPUTS ### System.String[] - ## OUTPUTS ### System.Object