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 Mar 22, 2021
1 parent b048d23 commit 0a8ce21
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 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.9.1...master)
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.10.0...master)
<!--
### Added
### Changed
### Fixed
### 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.

### Added
* Add `Get-GRRFlowInfo` for reading flow state and general flow information.
This is the counterpart for `Get-GRRHuntInfo` which already exists.
Expand All @@ -16,11 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Improve string handling in `ConvertTo-Base64`
### Fixed
* Fix flow ID return value in `Invoke-GRRFlow`
<!--
### Security
### Deprecated
### Removed
-->

## [v0.9.1](https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1) - 2019-04-04

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

# ID used to uniquely identify this module
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'
Expand Down
2 changes: 1 addition & 1 deletion PowerGRR.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#
MIT License
Copyright (c) 2017-2019 Swisscom (Schweiz) AG
Copyright (c) 2017-2021 Swisscom (Schweiz) AG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0a8ce21

Please sign in to comment.