Skip to content

Commit e3968f4

Browse files
committed
release prep
1 parent cbfee49 commit e3968f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.4
2+
- Add `New-ServiceNowConfigurationItem`, [#109](https://github.com/Snow-Shell/servicenow-powershell/issues/109)
3+
- Add grouping operators -and and -group as well as comparison operators -startwith and -endswith to keep with the -operator standard
4+
- Add tab ahead/completion for the Table field in `Get-ServiceNowRecord`. This will allow you to either cycle through the different tables the module is aware of as well as provide your own value.
5+
- Add Change Task to formatter and tab ahead
6+
- Fix null index error when executing `New-ServiceNowQuery` without providing a value for `-Sort`
7+
- Fix [#136](https://github.com/Snow-Shell/servicenow-powershell/issues/136) to account for PS v7.x Invoke-WebRequest headers all being arrays
8+
19
## 2.3.2
210
- Added ability to pipe to `Add-ServiceNowAttachment` and `Get-ServiceNowAttachmentDetail`. For example, `New-ServiceNowIncident @params -PassThru | Add-ServiceNowAttachment -File MyFile.txt`. This will create an incident and add an attachment in one step.
311

ServiceNow/ServiceNow.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RootModule = 'ServiceNow.psm1'
66

77
# Version number of this module.
8-
ModuleVersion = '2.3.2'
8+
ModuleVersion = '2.4'
99

1010
# ID used to uniquely identify this module
1111
GUID = 'b90d67da-f8d0-4406-ad74-89d169cd0633'

0 commit comments

Comments
 (0)