Bump version to 1.1.5 and add changelog for resolver.resolve fix

This commit is contained in:
Scott Kitterman
2023-07-28 12:00:36 -04:00
parent aa50562f63
commit 92902fc9cd
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2023-07-28 Version 1.1.5
- Use dns.resolver.resolve instead of dns.resolver.query due to deprecation
(LP: 2028783) - Thanks to Pedro Vicente for the report and the fix
2023-05-12 Version 1.1.4
- Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to
David for the patch and the report)