diff --git a/.gitignore b/.gitignore
index a341e9b..4017c6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libndp-1.6.tar.gz
+SOURCES/libndp-1.7.tar.gz
diff --git a/.libndp.metadata b/.libndp.metadata
index 860a30c..1152ac9 100644
--- a/.libndp.metadata
+++ b/.libndp.metadata
@@ -1 +1 @@
-300e63fcf69f6239dc6c5f82770437d5ffbc2dd4 SOURCES/libndp-1.6.tar.gz
+db9a37a8d363134484771f85b938280a41029ad2 SOURCES/libndp-1.7.tar.gz
diff --git a/SPECS/libndp.spec b/SPECS/libndp.spec
index a96dd9f..3eb173d 100644
--- a/SPECS/libndp.spec
+++ b/SPECS/libndp.spec
@@ -1,6 +1,6 @@
 Name: libndp
-Version: 1.6
-Release: 6%{?dist}
+Version: 1.7
+Release: 1%{?dist}
 Summary: Library for Neighbor Discovery Protocol
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -48,6 +48,15 @@ find $RPM_BUILD_ROOT -name \*.la -delete
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jul 18 2019 Hangbin Liu <haliu@redhat.com> - 1.7-1
+- Update to 1.7
+- libndp: apply filter to raw socket to only accept ND messages
+- libndp: move ndp_sock_{open,close}() after msg parsing functions
+- ndptool: Fix compilation on musl libc
+
+* Tue Jul 16 2019 Hangbin Liu <haliu@redhat.com> - 1.6-7
+- Add libndp gating test (rhbz 1682325)
+
 * Fri Sep 28 2018 Eric Garver <egarver@redhat.com> - 1.6-6
 - Rebuilt for annocheck fixes (rhbz 1630584)