Skip to content

Commit

Permalink
Prepare for version release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Jun 1, 2023
1 parent b435e15 commit 2695aba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Office365DnsChecker Change Log

## Recent changes
## Version 1.1.0 (June 1, 2023)
- NEW: Add support for checking DNS records for Office 365 hosted by 21Vianet.
- ENHANCEMENT: The Azure AD client configuration record check now passes if the `msoid` record is missing. As of <time datetime="2023-02-16">early 2023</time>, this DNS record is only required to be set when Office 365 is managed by 21Vianet.
- FIXED: On a small number of configurations, DNS resolution would enter an infinite loop. This would happen if you were running macOS or Linux, and had an alternative implementation of `Resolve-DnsName`. Now, the only cmdlet we'll use is `DnsClient` (if present) before falling back to the built-in DNS resolver.
- Code cleanup.

## Version 1.0.4 (June 1, 2023)
- NEW: Added online help.
Expand Down
7 changes: 5 additions & 2 deletions Office365DnsChecker.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,13 @@ PrivateData = @{
IconUri = 'https://raw.githubusercontent.com/rhymeswithmogul/Office365DnsChecker/master/Logo/Office365DnsChecker.png'

# ReleaseNotes of this module
ReleaseNotes = "Add support for checking 21Vianet customers' DNS records."
ReleaseNotes = "- NEW: Add support for checking DNS records for Office 365 hosted by 21Vianet.
- ENHANCEMENT: The Azure AD client configuration record check now passes if the msoid record is missing. As of early 2023, this DNS record is only required to be set when Office 365 is managed by 21Vianet.
- FIXED: On a small number of configurations, DNS resolution would enter an infinite loop. This would happen if you were running macOS or Linux, and had an alternative implementation of Resolve-DnsName. Now, the only cmdlet we'll use is DnsClient\Resolve-DnsName before falling back to the built-in DNS resolver.
- Code cleanup."

# Prerelease string of this module
Prerelease = 'alpha'
# Prerelease = 'alpha'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $false
Expand Down

0 comments on commit 2695aba

Please sign in to comment.