Skip to content

Commit

Permalink
Update module to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardWolosky committed Dec 13, 2018
1 parent bf67640 commit 65c5b72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# PowerShellForGitHub PowerShell Module
## Changelog

## [0.6.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.1) - (2018/12/13)
### Fixes:
- Fixes a bub with checking Issues. When trying to list all issues, it tried to speficially look
for Issue 0.

More Info:
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/73) | [[cl]](https://github.com/PowerShell/PowerShellForGitHub/commit/bf6764080ce1291cfe2530a39ffd292f38b37440)

Authors:
* [**@joseartrivera**](https://github.com/joseartrivera)

------

## [0.6.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.0) - (2018/12/13)
### Features:
+ Completes all support for GitHub Issue API's:
Expand Down
2 changes: 1 addition & 1 deletion PowerShellForGitHub.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'

ModuleVersion = '0.6.0'
ModuleVersion = '0.6.1'
Description = 'PowerShell wrapper for GitHub API'

# Script module or binary module file associated with this manifest.
Expand Down

0 comments on commit 65c5b72

Please sign in to comment.