We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca1ff7 commit a0687b3Copy full SHA for a0687b3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 5.5.0 - 2023-03-27
2
+
3
+- Feature: Added support for the NAPTR record type.
4
5
# Version 5.4.0 - 2022-06-14
6
7
- Feature: Added support for the SSHFP record type.
package.json
@@ -1,6 +1,6 @@
{
"name": "dns-packet",
- "version": "5.4.0",
+ "version": "5.5.0",
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
"author": "Mathias Buus",
"license": "MIT",
0 commit comments