Skip to content

Commit 384f879

Browse files
committed
v1.2.1 release
## Changed - Updated `RequiredModules` for PScribo 0.10.0
1 parent 8497279 commit 384f879

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AsBuiltReport.Core.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Version number of this module.
1515

16-
ModuleVersion = '1.2.0'
16+
ModuleVersion = '1.2.1'
1717

1818
# Supported PSEditions
1919
# CompatiblePSEditions = 'Desktop'
@@ -55,7 +55,7 @@
5555
RequiredModules = @(
5656
@{
5757
ModuleName = 'PScribo';
58-
ModuleVersion = '0.9.1'
58+
ModuleVersion = '0.10.0'
5959
}
6060
)
6161

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# :arrows_clockwise: AsBuiltReport.Core Changelog
22

3+
## [1.2.1] - 2022-06-30
4+
### Changed
5+
- Updated `RequiredModules` for PScribo 0.10.0
6+
37
## [1.2.0] - 2022-02-11
48
### Added
59
* Added new `Token` and `MFA` parameters and subsequent parameter sets to `New-AsBuiltReport` cmdlet to allow alternative authentication methods

0 commit comments

Comments
 (0)