Skip to content

Commit 9811f68

Browse files
committed
Update manifest to 3.1.9
1 parent 84953e8 commit 9811f68

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.9
2+
- Fix #172, `Get-ServiceNowRecord -IncludeCustomVariable` not returning values
3+
- `Get-ServiceNowRecord -IncludeCustomVariable` 'variable.' prefix has been removed from custom variable property name.
4+
- Add pipeline functionality to `-Id` parameter of `Get-ServiceNowRecord`
5+
- Fix `Get-ServiceNowRecord -AsValue` causing error with some values
6+
17
## 3.1.7
28
- Add `AsValue` parameter to `Get-ServiceNowRecord` to return the underlying value for a property instead of a pscustomobject. Get your sys_id directly!
39
- Add formatting for Unique Certificate (cmdb_ci_certificate) table
@@ -125,3 +131,4 @@ Be able to reference types from this config per table, removing the need to have
125131

126132

127133

134+

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: 02/10/2022
6+
# Generated on: 03/25/2022
77
#
88

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

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)