diff --git a/CHANGES b/CHANGES
index 3369d79..174aa41 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+2022-06-02 Jerry Lundström
+
+ Release 1.7.1
+
+ This patch release fixes a bug in the domain name parsing that cuts
+ off very long names.
+
+ 4ec95e7 FQDN parsing
+
2022-04-13 Jerry Lundström
Release 1.7.0
diff --git a/configure.ac b/configure.ac
index ac7ed4c..2dd7151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# along with PacketQ. If not, see .
AC_PREREQ(2.61)
-AC_INIT([packetq], [1.7.0], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues])
+AC_INIT([packetq], [1.7.1], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/packetq.cpp])
AC_CONFIG_HEADER([src/config.h])
diff --git a/debian/changelog b/debian/changelog
index 701d1e9..8d5934b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+packetq (1.7.1-1~unstable+1) unstable; urgency=low
+
+ * Release 1.7.1
+
+ This patch release fixes a bug in the domain name parsing that cuts
+ off very long names.
+
+ 4ec95e7 FQDN parsing
+
+ -- Jerry Lundström Thu, 02 Jun 2022 15:09:00 +0200
+
packetq (1.7.0-1~unstable+1) unstable; urgency=low
* Release 1.7.0
diff --git a/rpm/packetq.spec b/rpm/packetq.spec
index fdee971..ed54a5d 100644
--- a/rpm/packetq.spec
+++ b/rpm/packetq.spec
@@ -1,5 +1,5 @@
Name: packetq
-Version: 1.7.0
+Version: 1.7.1
Release: 1%{?dist}
Summary: A tool that provides a basic SQL-frontend to PCAP-files
Group: Productivity/Networking/DNS/Utilities
@@ -56,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jun 02 2022 Jerry Lundström 1.7.1-1
+- Release 1.7.1
+ * This patch release fixes a bug in the domain name parsing that cuts
+ off very long names.
+ * Commits:
+ 4ec95e7 FQDN parsing
* Wed Apr 13 2022 Jerry Lundström 1.7.0-1
- Release 1.7.0
* This release adds two new columns for the number of labels in the