Skip to content

Commit

Permalink
Merge pull request #7 from devblackops/v1.2.0_bump
Browse files Browse the repository at this point in the history
Version bump to v1.2.0
  • Loading branch information
devblackops committed Apr 19, 2016
2 parents 8e80461 + 115138d commit ceee446
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NetScaler/NetScaler.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ceee446

Please sign in to comment.