From d7e5a1439db5eb000bd8b09f484c97a5cdfd086a Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Mon, 2 Jul 2018 09:46:46 -0700 Subject: [PATCH] Version bump and update changelog --- CHANGELOG.md | 4 ++++ NetScaler/NetScaler.psd1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef532c..ee83c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.7.0 (2018-07-02) + # Features + * PR88 - Add SearchFilter and SubAttributeName parameters to New-NSLDAPAuthenticationServer (via @iainbrighton) + ## 1.6.0 (2017-10-31) * Features * PR82 - Added Get-NSCurrentTime, Get-NSlicenseExpiration, and Update-NSAppliance functions (via @ryancbutler) diff --git a/NetScaler/NetScaler.psd1 b/NetScaler/NetScaler.psd1 index 38eead4..ab00b0a 100644 --- a/NetScaler/NetScaler.psd1 +++ b/NetScaler/NetScaler.psd1 @@ -12,7 +12,7 @@ RootModule = 'NetScaler.psm1' # Version number of this module. -ModuleVersion = '1.6.0' +ModuleVersion = '1.7.0' # ID used to uniquely identify this module GUID = 'bd4390dc-a8ad-4bce-8d69-f53ccf8e4163'