File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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.
8
21
9
22
### Added
10
23
* 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/).
16
29
* Fix hunt id return value format in ` Get-GRRHunt ` .
17
30
* Fix backslash escaping in Yara rule handling
18
31
19
- <!--
20
- ### Security
21
- ### Deprecated
22
- ### Removed
23
- -->
24
-
25
32
## [ v0.10.0] ( https://github.com/swisscom/powergrr/compare/v0.9.1..v0.10.0 ) - 2021-03-22
26
33
27
34
Add further flow and hunt handling commands and fix an API issue in Invoke-GRRFlow.
Original file line number Diff line number Diff line change 12
12
RootModule = ' PowerGRR.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.10 .0'
15
+ ModuleVersion = ' 0.11 .0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 5bdf023f-fe8a-4748-bd73-43a449791ba8'
You can’t perform that action at this time.
0 commit comments