Skip to content

Commit f67829a

Browse files
committed
Update manifest to 4.0.4
1 parent 0179707 commit f67829a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.4
2+
- Add `Get-ServiceNowRecord -FilterString` to provide a filter from the UI, [#267](https://github.com/Snow-Shell/servicenow-powershell/issues/267)
3+
- Update datetime conversion in `Get-ServiceNowRecord` to reduce possible exceptions, [#265](https://github.com/Snow-Shell/servicenow-powershell/issues/265)
4+
- Fix list based fields appending brackets in `Update-ServiceNowRecord`, [#260](https://github.com/Snow-Shell/servicenow-powershell/issues/260)
5+
6+
17
## 4.0.3
28
- Add instance level timeout with `New-ServiceNowSession -TimeoutSec`, [#246](https://github.com/Snow-Shell/servicenow-powershell/issues/246)
39

@@ -211,3 +217,4 @@ Be able to reference types from this config per table, removing the need to have
211217

212218

213219

220+

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: 11/19/2023
6+
# Generated on: 07/12/2024
77
#
88

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

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)