Skip to content

Commit

Permalink
prep for 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed Apr 15, 2020
1 parent 8c00205 commit 5413eb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.2 (2020-04-15)

* Fixed bug with Remove-IBObject that would inherit invalid return field parameters in some cases.

## 3.1.1 (2020-03-10)

* Better error handling in Set-IBConfig when ProfileName not specified and no active profile selected. (#47)
Expand Down
9 changes: 4 additions & 5 deletions Posh-IBWAPI/Posh-IBWAPI.psd1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{

RootModule = 'Posh-IBWAPI.psm1'
ModuleVersion = '3.1.1'
ModuleVersion = '3.1.2'
GUID = '1483924a-a8bd-446f-ba0a-25443bcec77e'
Author = 'Ryan Bolger'
Copyright = '(c) 2017-2019 Ryan Bolger. All rights reserved.'
Copyright = '(c) 2017-2020 Ryan Bolger. All rights reserved.'
Description = 'Infoblox WAPI (REST API) related commands.'
PowerShellVersion = '3.0'

Expand Down Expand Up @@ -47,10 +47,9 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = @'
## 3.1.1 (2020-03-10)
## 3.1.2 (2020-04-15)
* Better error handling in Set-IBConfig when ProfileName not specified and no active profile selected. (#47)
* Fixed dev install script for redirected docs locations
* Fixed bug with Remove-IBObject that would inherit invalid return field parameters in some cases.
'@

} # End of PSData hashtable
Expand Down

0 comments on commit 5413eb3

Please sign in to comment.