Skip to content

Commit

Permalink
Update manifest to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Oct 18, 2022
1 parent 462158a commit 453bac0
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.2
- Fix `Add-ServiceNowAttachment` content type error when attempting to add multiple files, [#207](https://github.com/Snow-Shell/servicenow-powershell/issues/207)


## 3.4.1
- Update `Get-ServiceNowRecord` to ensure new custom variable format is pscustomobject, [#205](https://github.com/Snow-Shell/servicenow-powershell/issues/205)

Expand Down Expand Up @@ -169,3 +173,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: 09/28/2022
# Generated on: 10/18/2022
#

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 453bac0

Please sign in to comment.