From 71e052ee831f0aecce139594b9c97838e8554548 Mon Sep 17 00:00:00 2001 From: Greg Brownstein Date: Sat, 17 Dec 2022 13:34:13 +0000 Subject: [PATCH] Update manifest to 3.4.3 --- CHANGELOG.md | 5 +++++ ServiceNow/ServiceNow.psd1 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361b23c..f6f736b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -174,3 +178,4 @@ Be able to reference types from this config per table, removing the need to have + diff --git a/ServiceNow/ServiceNow.psd1 b/ServiceNow/ServiceNow.psd1 index 32e324c..4f98ee9 100644 --- a/ServiceNow/ServiceNow.psd1 +++ b/ServiceNow/ServiceNow.psd1 @@ -3,7 +3,7 @@ # # Generated by: Sam Martin Rick Arroues Greg Brownstein # -# Generated on: 10/18/2022 +# Generated on: 12/17/2022 # @{ @@ -12,7 +12,7 @@ RootModule = 'ServiceNow.psm1' # Version number of this module. -ModuleVersion = '3.4.2' +ModuleVersion = '3.4.3' # Supported PSEditions # CompatiblePSEditions = @()