From 3b9c7f6ac74d4be14a72752d07a32e1e420cc7a6 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Fri, 22 Mar 2024 12:29:46 -0700 Subject: [PATCH] Publish patch release for !89 --- src/GitlabCli/GitlabCli.psd1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/GitlabCli/GitlabCli.psd1 b/src/GitlabCli/GitlabCli.psd1 index d21f118..2a4a0ba 100644 --- a/src/GitlabCli/GitlabCli.psd1 +++ b/src/GitlabCli/GitlabCli.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '1.108.0' + ModuleVersion = '1.108.1' PrivateData = @{ PSData = @{ @@ -7,9 +7,7 @@ ProjectUri = 'https://github.com/chris-peterson/pwsh-gitlab' ReleaseNotes = @' -New CmdLets: - * Remove-GitlabUserMembership (https://github.com/chris-peterson/pwsh-gitlab/issues/87) - * Block-GitlabUser, Unblock-GitlabUser + [Add support for . in project paths](https://github.com/chris-peterson/pwsh-gitlab/pull/89) '@ } }