Skip to content

Commit 0ec191e

Browse files
committed
prep for 1.1.1 release
1 parent c070cd1 commit 0ec191e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.1 (2023-05-22)
2+
3+
* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2).
4+
15
## 1.1.0 (2023-03-25)
26

37
* 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

DnsClient-PS/DnsClient-PS.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22

33
RootModule = 'DnsClient-PS.psm1'
4-
ModuleVersion = '1.1.0'
4+
ModuleVersion = '1.1.1'
55
GUID = '698438cc-f80d-4b88-aa04-16e302c1f326'
66
Author = 'Ryan Bolger'
77
Copyright = '(c) 2020 Ryan Bolger. All rights reserved.'
@@ -54,9 +54,9 @@ PrivateData = @{
5454

5555
# ReleaseNotes of this module
5656
ReleaseNotes = @'
57-
## 1.1.0 (2023-03-25)
57+
## 1.1.1 (2023-05-22)
5858
59-
* 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
59+
* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2).
6060
'@
6161

6262
} # End of PSData hashtable

0 commit comments

Comments
 (0)