Skip to content

Commit a649438

Browse files
committed
prep for 3.2.2 release
1 parent 0af60a9 commit a649438

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.2.2 (2022-03-17)
2+
3+
* Added ObjectType argument completer for Get-IBObject, New-IBObject, and Get-IBSchema. Currently requires having already run Get-IBSchema to cache the potential values.
4+
* Fixed issue propagating SkipCertificateCheck switch in api calls during `Send-IBFile` and `Receive-IBFile`
5+
16
## 3.2.1 (2021-08-02)
27

38
* Added additional examples on `New-IBObject` and `Get-IBObject` (Thanks @qlikq)

Diff for: Posh-IBWAPI/Posh-IBWAPI.psd1

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22

33
RootModule = 'Posh-IBWAPI.psm1'
4-
ModuleVersion = '3.2.1'
4+
ModuleVersion = '3.2.2'
55
GUID = '1483924a-a8bd-446f-ba0a-25443bcec77e'
66
Author = 'Ryan Bolger'
77
Copyright = '(c) 2017-2020 Ryan Bolger. All rights reserved.'
@@ -47,14 +47,10 @@ PrivateData = @{
4747

4848
# ReleaseNotes of this module
4949
ReleaseNotes = @'
50-
## 3.2.1 (2021-08-02)
50+
## 3.2.2 (2022-03-17)
5151
52-
* Added additional examples on `New-IBObject` and `Get-IBObject` (Thanks @qlikq)
53-
* Fixed `Send-IBFile` throwing a PropertyNotFound exception when no FunctionArgs are specified. (#55) (Thanks @demdante)
54-
* Fixed `Remove-IBConfig -All` not working
55-
* Corrupt or unparseable config files are now handled more gracefully.
56-
* Added a warning when importing a config on Linux/Mac that was originally created on Windows
57-
* `Export-IBConfig` no longer writes an output file if no profiles are defined.
52+
* Added ObjectType argument completer for Get-IBObject, New-IBObject, and Get-IBSchema. Currently requires having already run Get-IBSchema to cache the potential values.
53+
* Fixed issue propagating SkipCertificateCheck switch in api calls during `Send-IBFile` and `Receive-IBFile`
5854
'@
5955

6056
} # End of PSData hashtable

0 commit comments

Comments
 (0)