Skip to content

Commit bf724ac

Browse files
Updating module to 0.8.0 (#108)
1 parent d4731b3 commit bf724ac

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

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

4+
[0.8.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.8.0) - (2019/04/12)
5+
### Features:
6+
+ Added support for GitHub Enterprise users by adding a new `ApiHostName` configuration value.
7+
([more info](https://github.com/Microsoft/PowerShellForGitHub/blob/master/README.md#github-enterprise))
8+
9+
### Fixes:
10+
* Renamed `ConvertFrom-Markdown` to `ConvertFrom-GitHubMarkdown` to avoid a conflict with
11+
PSCore's new `ConvertFrom-Markdown` command.
12+
13+
More Info:
14+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/101) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/d5acd0f73d97f6692914976ce9366456a59cbf70)
15+
16+
* [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/100) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/088f95b5a1340c7ce570e6e68a41967fd5760c46)
17+
18+
Authors:
19+
* [**@Cellivar**](https://github.com/Cellivar)
20+
* [**@HowardWolosky**](https://github.com/HowardWolosky)
21+
22+
------
23+
424
[0.7.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.7.0) - (2019/03/15)
525
### Fixes:
626
* Modified all [int] parameters to be [int64] to avoid out of bounds issues with large ID's.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
449449
- **[Pepe Rivera (@joseartrivera)](https://github.com/joseartrivera)**
450450
- **[Ethan Gottlieb (@etgottli)](https://github.com/etgottli)**
451451
- **[François-Xavier Cat (@lazywinadmin)](https://github.com/lazywinadmin)**
452+
- **[Cliff Chapman (@Cellivar)](https://github.com/Cellivar)**
452453

453454
----------
454455

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

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

0 commit comments

Comments
 (0)