diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb46760 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## GQL 0.1 + +* Initial Release of GQL +* One Simple Command for GraphQL: `Get-GQL` (or `GQL`) +* Container and GitHub action included! + +--- + +> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket) +> Love It? [Support It](https://github.com/sponsors/StartAutomating) \ No newline at end of file diff --git a/GQL.psd1 b/GQL.psd1 index cbea2e0..746ca7d 100644 --- a/GQL.psd1 +++ b/GQL.psd1 @@ -5,13 +5,23 @@ Author = 'James Brundage' CompanyName = 'Start-Automating' Description = 'Get GraphQL in PowerShell' + Copyright = '2024 Start-Automating' PrivateData = @{ PSData = @{ - Tags = @('GraphQL','GraphAPI','GraphQueryLanguage') + Tags = @('GraphQL','GraphAPI','GraphQueryLanguage','PowerShellWeb') ProjectURI = 'https://github.com/PowerShellWeb/GQL' LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE' - ReleaseNotes = @' + ReleaseNotes = @' +## GQL 0.1 +* Initial Release of GQL +* One Simple Command for GraphQL: `Get-GQL` (or `GQL`) +* Container and GitHub action included! + +--- + +> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket) +> Love It? [Support It](https://github.com/sponsors/StartAutomating) '@ } }