Skip to content

Commit 0a79edc

Browse files
committed
Updating module to 0.6.4
1 parent e3b6c53 commit 0a79edc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# PowerShellForGitHub PowerShell Module
22
## Changelog
33

4+
[0.6.4](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.4) - (2019/01/16)
5+
### Fixes:
6+
* Updated the `*-GitHubIssue` functions to support specifying the `MediaType` that should be used
7+
for the returned result.
8+
9+
More Info: [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/83) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/e3b6c53017abd36fc70253e1a49c31046c885ad1)
10+
11+
Author: [**@joseartrivera**](https://github.com/joseartrivera)
12+
13+
------
14+
415
## [0.6.3](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.3) - (2019/01/07)
516
### Fixes:
617
* Updated all parameter sets to use `CamelCase` for the permitted options, and stopped

PowerShellForGitHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CompanyName = 'Microsoft Corporation'
88
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'
99

10-
ModuleVersion = '0.6.3'
10+
ModuleVersion = '0.6.4'
1111
Description = 'PowerShell wrapper for GitHub API'
1212

1313
# Script module or binary module file associated with this manifest.

0 commit comments

Comments
 (0)