Skip to content

Commit ff33210

Browse files
Merge pull request #181 from gabriel-samfira/prepare-v0.4.12
Prepare v0.4.12
2 parents 5615110 + 0c456e1 commit ff33210

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

powershell-yaml.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@
2525
RootModule = 'powershell-yaml.psm1'
2626

2727
# Version number of this module.
28-
ModuleVersion = '0.4.11'
28+
ModuleVersion = '0.4.12'
2929

3030
PrivateData = @{
3131
PSData = @{
3232
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
3333
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
3434
ReleaseNotes = @'
35+
# 0.4.12
36+
37+
Bugfixes:
38+
* Fix potential erroneous load of assembly by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/180
39+
3540
# 0.4.11
3641
3742
Bugfixes:

0 commit comments

Comments
 (0)