From 663b4267559f544fbd673e74a600f7496457fc8e Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Mon, 19 Aug 2024 11:04:00 -0400 Subject: [PATCH] chore(release): v2.11.1 (#718) Release v2.11.1. Ryan Johnson --- CHANGELOG.md | 2 +- PowerValidatedSolutions.psd1 | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be0c2ed..84bfe523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v2.11.1 -> Release Date: Not Released +> Release Date: 2024-08-19 - Added `Test-PrereqDNSEntries` cmdlet to perform checks of the DNS resolution of a DNS entry or entries on a DNS server or servers. - Added `Resolve-ReverseLookup` cmdlet to check the reverse resolution of a DNS entry on a DNS server. diff --git a/PowerValidatedSolutions.psd1 b/PowerValidatedSolutions.psd1 index ccc6f12e..250393a1 100644 --- a/PowerValidatedSolutions.psd1 +++ b/PowerValidatedSolutions.psd1 @@ -3,7 +3,7 @@ # Module manifest for module 'PowerValidatedSolutions' # Generated by: Broadcom -# Generated on: 2024-07-24 +# Generated on: 2024-08-19 @{ @@ -11,7 +11,7 @@ RootModule = 'PowerValidatedSolutions.psm1' # Version number of this module. - ModuleVersion = '2.11.1.1009' + ModuleVersion = '2.11.1.1010' # ID used to uniquely identify this module GUID = 'a6dfed7b-65d2-4da2-bdcc-7f3d3df9b75d' @@ -114,7 +114,4 @@ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' - - - }