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 Jun 2, 2021
1 parent 8c15027 commit ee0eaf5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ 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.10.0...master)
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.11.0...master)

<!--
### Added
### Changed
### Fixed
### Security
### Deprecated
### Removed
-->

## [v0.11.0](https://github.com/swisscom/powergrr/compare/v0.10.0..v0.11.0) - 2021-06-02

Add new command for getting all the flows and improve Yara rule handling.

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

<!--
### Security
### Deprecated
### Removed
-->

## [v0.10.0](https://github.com/swisscom/powergrr/compare/v0.9.1..v0.10.0) - 2021-03-22

Add further flow and hunt handling commands and fix an API issue in Invoke-GRRFlow.
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.10.0'
ModuleVersion = '0.11.0'

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

0 comments on commit ee0eaf5

Please # to comment.