Skip to content

Commit aadc515

Browse files
committed
Update manifest to 3.1.10
1 parent c5a6fbd commit aadc515

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.10
2+
- Fix [#183](https://github.com/Snow-Shell/servicenow-powershell/issues/183), `Get-ServiceNowRecord -Filter` parameter not applying in some circumstances
3+
- Update display formats to correctly show values when `-DisplayValue` is false
4+
- Update `Get-ServiceNowRecord` help
5+
16
## 3.1.9
27
- Fix #172, `Get-ServiceNowRecord -IncludeCustomVariable` not returning values
38
- `Get-ServiceNowRecord -IncludeCustomVariable` 'variable.' prefix has been removed from custom variable property name.
@@ -132,3 +137,4 @@ Be able to reference types from this config per table, removing the need to have
132137

133138

134139

140+

ServiceNow/ServiceNow.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sam Martin Rick Arroues Greg Brownstein
55
#
6-
# Generated on: 03/25/2022
6+
# Generated on: 04/11/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'ServiceNow.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.9'
15+
ModuleVersion = '3.1.10'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)