Skip to content

Commit b592760

Browse files
committed
Update manifest to 3.1.5
1 parent 0edcf5a commit b592760

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.5
2+
- Add table name translation to `Get-ServiceNowAttachment` where sys_class_name does not match table name
3+
- Change .endswith operator from % to ENDSWITH as % was not working
4+
15
## 3.1.4
26
- Add email type to custom variables, [#173](https://github.com/Snow-Shell/servicenow-powershell/issues/173)
37

@@ -111,3 +115,4 @@ Be able to reference types from this config per table, removing the need to have
111115
- Add Get-ServiceNowAttachmentDetail
112116
- Add Remove-ServiceNowAttachment
113117

118+

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: 01/18/2022
6+
# Generated on: 02/09/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.4'
15+
ModuleVersion = '3.1.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)