From e50f34c04561336882124c698334e90b5639b45e Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 18 Apr 2023 12:55:51 +0200 Subject: [PATCH] 5.6.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaeca66..1179cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 5.6.0 - 2023-04-18 + +- Feature: Added support for the TLSA record type. + # Version 5.5.0 - 2023-03-27 - Feature: Added support for the NAPTR record type. diff --git a/package.json b/package.json index 7b1a981..672c160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-packet", - "version": "5.5.0", + "version": "5.6.0", "description": "An abstract-encoding compliant module for encoding / decoding DNS packets", "author": "Mathias Buus", "license": "MIT",