From 115138da81a4e8bc8720e27579576b7a7ddc8d16 Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Tue, 19 Apr 2016 12:53:00 -0700 Subject: [PATCH] Version bump to v1.2.0 --- CHANGELOG.md | 7 +++++++ NetScaler/NetScaler.psd1 | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b788783..0633e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.0 (2016-04-19) + - Added Invoke-Nitro to wrap direct calls to _InvokeNSRestApi + - Added Get-NSConfig : retrieve NetScaler configuration (running or saved) + - Added Get/New/Set/Remove-NSResponderAction + - Modified Get-NSLBMonitor, Get-NSLBServer, Get-NSLBServiceGroup to only return + resources if there are resources to return. + ## 1.1.3 (2016-04-03) - Add default parameter set to Connect-NetScaler - Fix bad error handling logic in Disconnect-NetScaler diff --git a/NetScaler/NetScaler.psd1 b/NetScaler/NetScaler.psd1 index eceab9f..0cdc402 100644 --- a/NetScaler/NetScaler.psd1 +++ b/NetScaler/NetScaler.psd1 @@ -28,7 +28,7 @@ limitations under the License. RootModule = 'NetScaler.psm1' # Version number of this module. -ModuleVersion = '1.1.4' +ModuleVersion = '1.2.0' # ID used to uniquely identify this module GUID = 'bd4390dc-a8ad-4bce-8d69-f53ccf8e4163'