Skip to content

Commit ef451c3

Browse files
authored
3.1.2 release (#164)
* Update CHANGELOG.md * Update ServiceNow.psd1 * Update CHANGELOG.md
1 parent c3f1ab1 commit ef451c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.2
2+
- Fix [#160](https://github.com/Snow-Shell/servicenow-powershell/issues/160), adding an attachment to catalog tasks not working for instances created pre-Istanbul. Thanks @natescherer!
3+
14
## 3.1.1
25
- Fix [#158](https://github.com/Snow-Shell/servicenow-powershell/issues/158), failure on successful record deletion
36
- Move table details retrieval in `New-ServiceNowSession` to be switch operated, `-GetAllTable` and reduce function time

ServiceNow/ServiceNow.psd1

+1-1
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 = '3.1.1'
8+
ModuleVersion = '3.1.2'
99

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

0 commit comments

Comments
 (0)