Skip to content

Commit 963a710

Browse files
committed
Updating module to 0.6.2
1 parent 577f07b commit 963a710

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

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

4+
## [0.6.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.2) - (2018/12/13)
5+
### Fixes:
6+
- Fixes a bug preventing Labels from being correctly added at the time of new Issue creation or
7+
modified when updating an issue.
8+
9+
More Info:
10+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/76) | [[cl]]
11+
(https://github.com/PowerShell/PowerShellForGitHub/commit/3b6e84cbafaf044e2154a06612b1c43a873cd002)
12+
13+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/78) | [[cl]](https://github.com/PowerShell/PowerShellForGitHub/commit/577f07bd219e9b5c03d481e562fd7f2fc3586474)
14+
15+
Authors:
16+
* [**@lazywinadmin**](https://github.com/lazywinadmin)
17+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
18+
19+
------
20+
421
## [0.6.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.1) - (2018/12/13)
522
### Fixes:
623
- Fixes a bug with checking Issues. When trying to list all issues, it tried to speficially look

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
446446
- **[Andrew Dahl (@aedahl)](http://github.com/aedahl)**
447447
- **[Pepe Rivera (@joseartrivera)](https://github.com/joseartrivera)**
448448
- **[Ethan Gottlieb (@etgottli)](https://github.com/etgottli)**
449+
- **[François-Xavier Cat (@lazywinadmin)](https://github.com/lazywinadmin)**
449450

450451
----------
451452

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

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

0 commit comments

Comments
 (0)