Skip to content

Commit ee0eaf5

Browse files
committed
Update CHANGELOG and module description for new version
1 parent 8c15027 commit ee0eaf5

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ 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.10.0...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.11.0...master)
8+
9+
<!--
10+
### Added
11+
### Changed
12+
### Fixed
13+
### Security
14+
### Deprecated
15+
### Removed
16+
-->
17+
18+
## [v0.11.0](https://github.com/swisscom/powergrr/compare/v0.10.0..v0.11.0) - 2021-06-02
19+
20+
Add new command for getting all the flows and improve Yara rule handling.
821

922
### Added
1023
* Add `Get-GRRFlow` for listing all flows of a specific client.
@@ -16,12 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1629
* Fix hunt id return value format in `Get-GRRHunt`.
1730
* Fix backslash escaping in Yara rule handling
1831

19-
<!--
20-
### Security
21-
### Deprecated
22-
### Removed
23-
-->
24-
2532
## [v0.10.0](https://github.com/swisscom/powergrr/compare/v0.9.1..v0.10.0) - 2021-03-22
2633

2734
Add further flow and hunt handling commands and fix an API issue in Invoke-GRRFlow.

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.10.0'
15+
ModuleVersion = '0.11.0'
1616

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

0 commit comments

Comments
 (0)