From 0ec191e000c0f419a288181f65b3197f0596851e Mon Sep 17 00:00:00 2001 From: Ryan Bolger Date: Mon, 22 May 2023 10:53:03 -0700 Subject: [PATCH] prep for 1.1.1 release --- CHANGELOG.md | 4 ++++ DnsClient-PS/DnsClient-PS.psd1 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cfd0a..a8ab448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 (2023-05-22) + +* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2). + ## 1.1.0 (2023-03-25) * Upgraded DnsClient library version to 1.7.0 which includes support for parsing many additional record types including TLSA, RRSIG, DS, NSEC, DNSKEY, NAPTR, NSEC3, NSEC3PARAM, and SPF diff --git a/DnsClient-PS/DnsClient-PS.psd1 b/DnsClient-PS/DnsClient-PS.psd1 index 519eed7..a036256 100644 --- a/DnsClient-PS/DnsClient-PS.psd1 +++ b/DnsClient-PS/DnsClient-PS.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'DnsClient-PS.psm1' -ModuleVersion = '1.1.0' +ModuleVersion = '1.1.1' GUID = '698438cc-f80d-4b88-aa04-16e302c1f326' Author = 'Ryan Bolger' Copyright = '(c) 2020 Ryan Bolger. All rights reserved.' @@ -54,9 +54,9 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @' -## 1.1.0 (2023-03-25) +## 1.1.1 (2023-05-22) -* Upgraded DnsClient library version to 1.7.0 which includes support for parsing many additional record types including TLSA, RRSIG, DS, NSEC, DNSKEY, NAPTR, NSEC3, NSEC3PARAM, and SPF +* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2). '@ } # End of PSData hashtable