Skip to content

Commit

Permalink
prep for 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed May 22, 2023
1 parent c070cd1 commit 0ec191e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions DnsClient-PS/DnsClient-PS.psd1
Original file line number Diff line number Diff line change
@@ -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.'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ec191e

Please sign in to comment.