Skip to content

Commit

Permalink
Update manifest to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jul 12, 2024
1 parent 0179707 commit f67829a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.4
- Add `Get-ServiceNowRecord -FilterString` to provide a filter from the UI, [#267](https://github.com/Snow-Shell/servicenow-powershell/issues/267)
- Update datetime conversion in `Get-ServiceNowRecord` to reduce possible exceptions, [#265](https://github.com/Snow-Shell/servicenow-powershell/issues/265)
- Fix list based fields appending brackets in `Update-ServiceNowRecord`, [#260](https://github.com/Snow-Shell/servicenow-powershell/issues/260)


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

Expand Down Expand Up @@ -211,3 +217,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/19/2023
# Generated on: 07/12/2024
#

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit f67829a

Please sign in to comment.