From a0687b3c1474749cae4bc8d2ccd547e969e4e2b5 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 27 Mar 2023 12:23:50 +0200 Subject: [PATCH] 5.5.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd898c..eaeca66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 5.5.0 - 2023-03-27 + +- Feature: Added support for the NAPTR record type. + # Version 5.4.0 - 2022-06-14 - Feature: Added support for the SSHFP record type. diff --git a/package.json b/package.json index c625dce..7b1a981 100644 --- a/package.json +++ b/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",