Skip to content

Commit

Permalink
Update manifest to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jul 24, 2023
1 parent 2a10ac2 commit 5dbf605
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.1
- Add workaround for powershell basic header bug, [#249](https://github.com/Snow-Shell/servicenow-powershell/issues/249)


## 4.0.0
- Add `Update-ServiceNowRecord -CustomVariableData` to update custom variable values, [#237](https://github.com/Snow-Shell/servicenow-powershell/issues/237)
- Add `New-ServiceNowChangeRequest` support for change models and standard change templates
Expand Down Expand Up @@ -196,3 +200,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: 03/16/2023
# Generated on: 07/24/2023
#

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

# Version number of this module.
ModuleVersion = '4.0.0'
ModuleVersion = '4.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 5dbf605

Please sign in to comment.