Skip to content

Commit

Permalink
Update manifest to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Nov 19, 2023
1 parent b9e890d commit e38eaea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.3
- Add instance level timeout with `New-ServiceNowSession -TimeoutSec`, [#246](https://github.com/Snow-Shell/servicenow-powershell/issues/246)


## 4.0.2
- Add instance level timeout with `New-ServiceNowSession -TimeoutSec`, [#246](https://github.com/Snow-Shell/servicenow-powershell/issues/246)

Expand Down Expand Up @@ -206,3 +210,4 @@ Be able to reference types from this config per table, removing the need to have




4 changes: 2 additions & 2 deletions ServiceNow/ServiceNow.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Greg Brownstein, Rick Arroues, Sam Martin
#
# Generated on: 11/08/2023
# Generated on: 11/19/2023
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'ServiceNow.psm1'

# Version number of this module.
ModuleVersion = '4.0.2'
ModuleVersion = '4.0.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit e38eaea

Please sign in to comment.