Skip to content

Commit 76bc5c6

Browse files
committed
Merge branch 'hotfix/1.7.1'
2 parents 80211e9 + ea75ede commit 76bc5c6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.7.1] - 2025-12-18
11+
12+
### Changed
13+
14+
- Updated PsSqlClient to 2.3.1 for compatibility with Az v14.
15+
1016
## [1.7.0] - 2025-12-17
1117

1218
### Changed

src/PsSqlTestServer.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PsSqlTestServer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.7.0'
15+
ModuleVersion = '1.7.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ Description = 'Cmdlets to provide and manage SQL servers for tests.'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ ModuleName = 'PsSqlClient'; ModuleVersion = '2.3.0' })
54+
RequiredModules = @(@{ ModuleName = 'PsSqlClient'; ModuleVersion = '2.3.1' })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

0 commit comments

Comments
 (0)