diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6ea88b9..7624d22 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,6 +18,7 @@ body: description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)." multiple: true options: + - "v1.1.0-beta.1" - "v1.0.2" - "v1.0.1" validations: diff --git a/SECURITY.md b/SECURITY.md index c3df3fa..bf56c5e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,9 +13,10 @@ | **Releases / Tags / Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** | |:-:|:-:|:-:|:-:|:-:| -| v1.0.X | L | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 | -| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 | -| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 | +| v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 | +| v1.0.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 | +| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 | +| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 | ## Report Vulnerability diff --git a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 index 113b40a..a814e71 100644 --- a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 +++ b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 @@ -3,7 +3,7 @@ RootModule = 'hugoalh.GitHubActionsToolkit.psm1' # Version number of this module. - ModuleVersion = '1.0.2' + ModuleVersion = '1.1.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -242,7 +242,7 @@ ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)' # Prerelease string of this module - # Prerelease = '' + Prerelease = 'beta.1' # Flag to indicate whether the module requires explicit user acceptance for install/update/save RequireLicenseAcceptance = $False