diff --git a/Adb/Adb.psd1 b/Adb/Adb.psd1 index c4454e1..caea414 100644 --- a/Adb/Adb.psd1 +++ b/Adb/Adb.psd1 @@ -3,7 +3,7 @@ RootModule = 'Adb.psm1' # Version number of this module. - ModuleVersion = '1.1.0' + ModuleVersion = '1.2.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Adb/Helpers/Get-AdbSessionRequestSplat.ps1 b/Adb/Helpers/Get-AdbSessionRequestSplat.ps1 index c3d786a..28090de 100644 --- a/Adb/Helpers/Get-AdbSessionRequestSplat.ps1 +++ b/Adb/Helpers/Get-AdbSessionRequestSplat.ps1 @@ -5,6 +5,7 @@ function Get-AdbSessionRequestSplat { [CmdletBinding()] + [OutputType([System.Collections.Hashtable])] param ( # The adb session to test. diff --git a/CHANGELOG.md b/CHANGELOG.md index 42efd6c..764f506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is mainly based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 1.2.0 - 2020-03-06 -* Fixed: Get-AdbItem command to allow filtering +* Changed: Add parameter sets to Get-AdbItem command to allow filtering ## 1.1.0 - 2019-09-11