Skip to content

Commit 8ead733

Browse files
Updating module to 0.9.2 (#142)
1 parent 89f69f1 commit 8ead733

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

4+
[0.9.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.2) - (2019/11/11)
5+
### Fixes:
6+
- Reduces the warning noise seen during execution of the unit tests.
7+
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/130) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/89f69f1132505f04e6b2ac38b6f5a93aef6ac947)
8+
9+
Author: [**@smaglio81**](https://github.com/smaglio81)
10+
11+
------
12+
413
[0.9.1](https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.1) - (2019/09/24)
514
### Fixes:
615
- Ensure Milestone `due_on` always gets set to the desired date.
@@ -12,8 +21,7 @@
1221
- The `Archived` switch's value was being incorrectly inverted
1322
[[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/135) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/9bdb37c053f98f108d346050622b609d8488fd45)
1423

15-
Authors:
16-
* [**@HowardWolosky**](https://github.com/HowardWolosky)
24+
Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
1725

1826
------
1927

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.9.1'
10+
ModuleVersion = '0.9.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)