Skip to content

Commit 43b4451

Browse files
committed
Update changelog and module description for new version
1 parent 36de017 commit 43b4451

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.7.0...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.8.0...master)
8+
<!--
9+
### Added
10+
### Changed
11+
### Fixed
12+
### Deprecated
13+
### Removed
14+
### Security
15+
-->
16+
17+
## [v0.8.0](https://github.com/swisscom/powergrr/compare/v0.7.0...v0.8.0)- 2018-02-21
18+
19+
Add the **functionality for using a condition in RegistryFinder flow** and **add the
20+
Yara process memory scan flow**. Extend and improve getting and displaying
21+
client information. Fix some issues within RegistryFinder flow, hunt
22+
definition and formatting in `Invoke-GRRFlow`.
823

924
### Added
1025
* Add condition functionality to RegistryFinder flow
@@ -21,11 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2136
* Fix issue with registry path definition in RegistryFinder flow
2237
* Fix bug when client limit not getting set correctly
2338
* Fix output formatting issue when using the pipeline in `Invoke-GRRFlow`
24-
<!--
25-
### Deprecated
26-
### Removed
27-
### Security
28-
-->
2939

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

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ check current cmdlets how to use supporting functions.
3939

4040
## Making a new Release
4141

42+
1. Update markdown help and external help file.
4243
1. Run the Pester tests. See [BUILD](BUILD.md). All tests must pass.
4344
1. Update CHANGELOG
4445
* Update information according to the current release.

PowerGRR.psd1

Lines changed: 1 addition & 1 deletion
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.7.0'
15+
ModuleVersion = '0.8.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'

docs/Get-GRRClientInfo.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ schema: 2.0.0
1313

1414
```
1515
Get-GRRClientInfo [[-ComputerName] <String[]>] [-Credential] <PSCredential> [-OnlyLastSeen] [-ShowJSON]
16+
[<CommonParameters>]
1617
```
1718

1819
## DESCRIPTION
@@ -89,11 +90,13 @@ Accept pipeline input: False
8990
Accept wildcard characters: False
9091
```
9192
93+
### CommonParameters
94+
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).
95+
9296
## INPUTS
9397
9498
### System.String[]
9599
96-
97100
## OUTPUTS
98101
99102
### System.Object

0 commit comments

Comments
 (0)