diff --git a/CHANGELOG.md b/CHANGELOG.md index c09d69b..a88faff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog for Yayaml -## v0.3.0 - 2023-11-29 +## v0.4.0 - 2023-04-19 + Updated [YamlDotNet](https://github.com/aaubry/YamlDotNet) dependency to `15.1.2` + +## v0.3.0 - 2023-11-29 + ++ Updated [YamlDotNet](https://github.com/aaubry/YamlDotNet) dependency to `13.7.1` + Provide workaround when importing the module more than once + Add support for Windows PowerShell 5.1 + There are no guarantees that YamlDotNet will be loadable in case of conflicts, use PowerShell 7 so an ALC can be used diff --git a/module/Yayaml.psd1 b/module/Yayaml.psd1 index 019ba08..1dbcfc3 100644 --- a/module/Yayaml.psd1 +++ b/module/Yayaml.psd1 @@ -14,7 +14,7 @@ RootModule = 'Yayaml.psm1' # Version number of this module. - ModuleVersion = '0.3.0' + ModuleVersion = '0.4.0' # Supported PSEditions # CompatiblePSEditions = @()