diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 5b253f1..5baf10d 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -17,6 +17,10 @@ jobs: shell: pwsh run: | Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force + - name: Install PowerArubaCP module + shell: pwsh + run: | + Install-Module -Name PowerArubaCP -Repository PSGallery -Force - name: Test Module Manifest shell: pwsh run: | diff --git a/AsBuiltReport.Aruba.ClearPass.psd1 b/AsBuiltReport.Aruba.ClearPass.psd1 index 85286d5..adfe833 100644 --- a/AsBuiltReport.Aruba.ClearPass.psd1 +++ b/AsBuiltReport.Aruba.ClearPass.psd1 @@ -12,7 +12,7 @@ RootModule = 'AsBuiltReport.Aruba.ClearPass.psm1' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/CHANGELOG.md b/CHANGELOG.md index b9786b2..dab28c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # :arrows_clockwise: Aruba ClearPass As Built Report Changelog +## [0.1.1] - 2024-01-31 + +### Fixed + +- Fixed Github Action Release process (add missing PowerArubaCP dependancy) + ## [0.1.0] - 2024-01-30 ### Added