Skip to content

Commit

Permalink
Update changelog and module description for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karneades committed Feb 21, 2018
1 parent 36de017 commit 43b4451
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!--
### Added
### Changed
### Fixed
### Deprecated
### Removed
### Security
-->

## [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
Expand All @@ -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`
<!--
### Deprecated
### Removed
### Security
-->

## [v0.7.0](https://github.com/swisscom/powergrr/compare/v0.6.0...v0.7.0)- 2018-01-19

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0'
ModuleVersion = '0.8.0'

# ID used to uniquely identify this module
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'
Expand Down
5 changes: 4 additions & 1 deletion docs/Get-GRRClientInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ schema: 2.0.0

```
Get-GRRClientInfo [[-ComputerName] <String[]>] [-Credential] <PSCredential> [-OnlyLastSeen] [-ShowJSON]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43b4451

Please sign in to comment.