Skip to content

Commit 65c5b72

Browse files
committed
Update module to 0.6.1
1 parent bf67640 commit 65c5b72

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

4+
## [0.6.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.1) - (2018/12/13)
5+
### Fixes:
6+
- Fixes a bub with checking Issues. When trying to list all issues, it tried to speficially look
7+
for Issue 0.
8+
9+
More Info:
10+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/73) | [[cl]](https://github.com/PowerShell/PowerShellForGitHub/commit/bf6764080ce1291cfe2530a39ffd292f38b37440)
11+
12+
Authors:
13+
* [**@joseartrivera**](https://github.com/joseartrivera)
14+
15+
------
16+
417
## [0.6.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.0) - (2018/12/13)
518
### Features:
619
+ Completes all support for GitHub Issue API's:

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.0'
10+
ModuleVersion = '0.6.1'
1111
Description = 'PowerShell wrapper for GitHub API'
1212

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

0 commit comments

Comments
 (0)