File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## GQL 0.1.1
2
+
3
+ * Fixing Container Build (#38 , #39 )
4
+ * Adding SECURITY.md (#17 )
5
+
6
+ ---
7
+
1
8
## GQL 0.1
2
9
3
10
* Initial Release of GQL
Original file line number Diff line number Diff line change 1
1
@ {
2
- ModuleVersion = ' 0.1'
2
+ ModuleVersion = ' 0.1.1 '
3
3
RootModule = ' GQL.psm1'
4
4
Guid = ' 9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
5
5
Author = ' James Brundage'
12
12
ProjectURI = ' https://github.com/PowerShellWeb/GQL'
13
13
LicenseURI = ' https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
14
14
ReleaseNotes = @'
15
- ## GQL 0.1
15
+ ## GQL 0.1.1
16
16
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)
20
19
21
20
---
22
21
You can’t perform that action at this time.
0 commit comments