Skip to content

Commit

Permalink
Update manifest to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Dec 17, 2022
1 parent e6ff5eb commit 71e052e
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 @@
## 3.4.3
- `Get-ServiceNowRecord`, custom variables of type Reference providing sysid instead of actual value, [#218](https://github.com/Snow-Shell/servicenow-powershell/issues/218)


## 3.4.2
- Fix `Add-ServiceNowAttachment` content type error when attempting to add multiple files, [#207](https://github.com/Snow-Shell/servicenow-powershell/issues/207)

Expand Down Expand Up @@ -174,3 +178,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: Sam Martin Rick Arroues Greg Brownstein
#
# Generated on: 10/18/2022
# Generated on: 12/17/2022
#

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

# Version number of this module.
ModuleVersion = '3.4.2'
ModuleVersion = '3.4.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 71e052e

Please sign in to comment.