File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.9.1...master )
7+ ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.10.0...master )
8+ <!--
9+ ### Added
10+ ### Changed
11+ ### Fixed
12+ ### Security
13+ ### Deprecated
14+ ### Removed
15+ -->
16+
17+ ## [ v0.10.0] ( https://github.com/swisscom/powergrr/compare/v0.9.1..v0.10.0 ) - 2021-03-22
18+
19+ Add further flow and hunt handling commands and fix an API issue in Invoke-GRRFlow.
20+
821### Added
922* Add ` Get-GRRFlowInfo ` for reading flow state and general flow information.
1023 This is the counterpart for ` Get-GRRHuntInfo ` which already exists.
@@ -16,11 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1629* Improve string handling in ` ConvertTo-Base64 `
1730### Fixed
1831* Fix flow ID return value in ` Invoke-GRRFlow `
19- <!--
20- ### Security
21- ### Deprecated
22- ### Removed
23- -->
2432
2533## [ v0.9.1] ( https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1 ) - 2019-04-04
2634
Original file line number Diff line number Diff line change 1212RootModule = ' PowerGRR.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.9.1 '
15+ ModuleVersion = ' 0.10.0 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' 5bdf023f-fe8a-4748-bd73-43a449791ba8'
Original file line number Diff line number Diff line change 11<#
22MIT License
33
4- Copyright (c) 2017-2019 Swisscom (Schweiz) AG
4+ Copyright (c) 2017-2021 Swisscom (Schweiz) AG
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments