Skip to content

Commit ba66678

Browse files
committed
Update manifest to 3.2.0
1 parent 41c1c85 commit ba66678

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.2.0
2+
- Fix `Get-ServiceNowAttachment` returning 0 records when the table name didn't match the table class name, [#188](https://github.com/Snow-Shell/servicenow-powershell/issues/188)
3+
- Update `Add-ServiceNowAttachment` `-Table` and `-ID` parameters with the same 'smarts' as other functions with table name lookup
4+
5+
16
## 3.1.11
27
- Add `Export-ServiceNowRecord` to write records to csv, xls, xlsx, xml, or pdf. Supports filtering, sorting, and specific properties just like `Get-ServiceNowRecord`. [#186](https://github.com/Snow-Shell/servicenow-powershell/issues/186)
38

@@ -143,3 +148,4 @@ Be able to reference types from this config per table, removing the need to have
143148

144149

145150

151+

ServiceNow/ServiceNow.psd1

+2-2
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: 05/06/2022
6+
# Generated on: 05/17/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.2'
15+
ModuleVersion = '3.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)