Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Mar 6, 2020
1 parent e54b8d3 commit c4734ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adb/Adb.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'Adb.psm1'

# Version number of this module.
ModuleVersion = '1.1.0'
ModuleVersion = '1.2.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
1 change: 1 addition & 0 deletions Adb/Helpers/Get-AdbSessionRequestSplat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
function Get-AdbSessionRequestSplat
{
[CmdletBinding()]
[OutputType([System.Collections.Hashtable])]
param
(
# The adb session to test.
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c4734ca

Please sign in to comment.