Skip to content

Commit 453bac0

Browse files
committed
Update manifest to 3.4.2
1 parent 462158a commit 453bac0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.2
2+
- Fix `Add-ServiceNowAttachment` content type error when attempting to add multiple files, [#207](https://github.com/Snow-Shell/servicenow-powershell/issues/207)
3+
4+
15
## 3.4.1
26
- Update `Get-ServiceNowRecord` to ensure new custom variable format is pscustomobject, [#205](https://github.com/Snow-Shell/servicenow-powershell/issues/205)
37

@@ -169,3 +173,4 @@ Be able to reference types from this config per table, removing the need to have
169173

170174

171175

176+

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

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

1414
# Version number of this module.
15-
ModuleVersion = '3.4.1'
15+
ModuleVersion = '3.4.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)