From 0a8ce21517969d8fa223deb2ef62fbb8d800c1e0 Mon Sep 17 00:00:00 2001 From: Karneades Date: Mon, 22 Mar 2021 10:58:04 +0100 Subject: [PATCH] Update CHANGELOG and module description for new version --- CHANGELOG.md | 20 ++++++++++++++------ PowerGRR.psd1 | 2 +- PowerGRR.psm1 | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a1422..4f696f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + + +## [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. @@ -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` - ## [v0.9.1](https://github.com/swisscom/powergrr/compare/v0.9.0...v0.9.1) - 2019-04-04 diff --git a/PowerGRR.psd1 b/PowerGRR.psd1 index 3107846..21d7c7b 100644 --- a/PowerGRR.psd1 +++ b/PowerGRR.psd1 @@ -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' diff --git a/PowerGRR.psm1 b/PowerGRR.psm1 index c1a1f43..0ea565c 100644 --- a/PowerGRR.psm1 +++ b/PowerGRR.psm1 @@ -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