Skip to content

Commit 0a8ce21

Browse files
committed
Update CHANGELOG and module description for new version
1 parent b048d23 commit 0a8ce21

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 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.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

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.9.1'
15+
ModuleVersion = '0.10.0'
1616

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

PowerGRR.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
MIT License
33
4-
Copyright (c) 2017-2019 Swisscom (Schweiz) AG
4+
Copyright (c) 2017-2021 Swisscom (Schweiz) AG
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)