Skip to content

Commit 4fde6b7

Browse files
author
James Brundage
committed
release: GQL 0.1.1
Updating Manifest and CHANGELOG
1 parent beadc14 commit 4fde6b7

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## GQL 0.1.1
2+
3+
* Fixing Container Build (#38, #39)
4+
* Adding SECURITY.md (#17)
5+
6+
---
7+
18
## GQL 0.1
29

310
* Initial Release of GQL

GQL.psd1

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1'
2+
ModuleVersion = '0.1.1'
33
RootModule = 'GQL.psm1'
44
Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
55
Author = 'James Brundage'
@@ -12,11 +12,10 @@
1212
ProjectURI = 'https://github.com/PowerShellWeb/GQL'
1313
LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
1414
ReleaseNotes = @'
15-
## GQL 0.1
15+
## GQL 0.1.1
1616
17-
* Initial Release of GQL
18-
* One Simple Command for GraphQL: `Get-GQL` (or `GQL`)
19-
* Container and GitHub action included!
17+
* Fixing Container Build (#38, #39)
18+
* Adding SECURITY.md (#17)
2019
2120
---
2221

0 commit comments

Comments
 (0)