Skip to content

Commit 4d4c84a

Browse files
committed
Update manifest to 4.1.0
1 parent ff0cec7 commit 4d4c84a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0
2+
- Add support for access token refresh, [#277](https://github.com/Snow-Shell/servicenow-powershell/issues/277)
3+
4+
15
## 4.0.5
26
- Fix invalid Id error, [#262](https://github.com/Snow-Shell/servicenow-powershell/issues/262)
37

@@ -223,3 +227,4 @@ Be able to reference types from this config per table, removing the need to have
223227

224228

225229

230+

ServiceNow/ServiceNow.psd1

Lines changed: 2 additions & 2 deletions
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: 08/30/2024
6+
# Generated on: 06/22/2025
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.1'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)