Skip to content

Commit c02620b

Browse files
committed
Version 3.2.0
1 parent e652588 commit c02620b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is mainly based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## 3.2.0 - 2026-01-14
99

1010
* Added: Support for auto-detect the config file format based the content (Get-ScriptConfig)
1111
* Fixed: Fix INI loading for arrays and hash tables in PowerShell 7 (ConvertFrom-ScriptConfigIni)

ScriptConfig/ScriptConfig.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'ScriptConfig.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '3.1.0'
6+
ModuleVersion = '3.2.0'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)