Skip to content

Commit 6280337

Browse files
committed
Update manifest to 4.0.5
1 parent 6b8ac10 commit 6280337

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+
## 4.0.5
2+
- Fix invalid Id error, [#262](https://github.com/Snow-Shell/servicenow-powershell/issues/262)
3+
4+
15
## 4.0.4
26
- Add `Get-ServiceNowRecord -FilterString` to provide a filter from the UI, [#267](https://github.com/Snow-Shell/servicenow-powershell/issues/267)
37
- Update datetime conversion in `Get-ServiceNowRecord` to reduce possible exceptions, [#265](https://github.com/Snow-Shell/servicenow-powershell/issues/265)
@@ -218,3 +222,4 @@ Be able to reference types from this config per table, removing the need to have
218222

219223

220224

225+

ServiceNow/ServiceNow.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Greg Brownstein, Rick Arroues, Sam Martin
55
#
6-
# Generated on: 07/12/2024
6+
# Generated on: 08/30/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.0.4'
15+
ModuleVersion = '4.0.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)