We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beadc14 commit 4fde6b7Copy full SHA for 4fde6b7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## GQL 0.1.1
2
+
3
+* Fixing Container Build (#38, #39)
4
+* Adding SECURITY.md (#17)
5
6
+---
7
8
## GQL 0.1
9
10
* Initial Release of GQL
GQL.psd1
@@ -1,5 +1,5 @@
@{
- ModuleVersion = '0.1'
+ ModuleVersion = '0.1.1'
RootModule = 'GQL.psm1'
Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
Author = 'James Brundage'
@@ -12,11 +12,10 @@
12
ProjectURI = 'https://github.com/PowerShellWeb/GQL'
13
LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
14
ReleaseNotes = @'
15
-## GQL 0.1
16
17
-* Initial Release of GQL
18
-* One Simple Command for GraphQL: `Get-GQL` (or `GQL`)
19
-* Container and GitHub action included!
20
21
---
22
0 commit comments