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.
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.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
+
8
21
### Added
9
22
* Add ` Get-GRRFlowInfo ` for reading flow state and general flow information.
10
23
This is the counterpart for ` Get-GRRHuntInfo ` which already exists.
@@ -16,11 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
29
* Improve string handling in ` ConvertTo-Base64 `
17
30
### Fixed
18
31
* Fix flow ID return value in ` Invoke-GRRFlow `
19
- <!--
20
- ### Security
21
- ### Deprecated
22
- ### Removed
23
- -->
24
32
25
33
## [ v0.9.1] ( https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1 ) - 2019-04-04
26
34
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.9.1 '
15
+ ModuleVersion = ' 0.10.0 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 5bdf023f-fe8a-4748-bd73-43a449791ba8'
Original file line number Diff line number Diff line change 1
1
<#
2
2
MIT License
3
3
4
- Copyright (c) 2017-2019 Swisscom (Schweiz) AG
4
+ Copyright (c) 2017-2021 Swisscom (Schweiz) AG
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments