version update to 1.7

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile
index e37f16a..6cb0b78 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 NAME	:=	stalld
-VERSION	:=	1.6
+VERSION	:=	1.7
 
 INSTALL	=	install
 CC	:=	gcc
diff --git a/redhat/stalld.spec b/redhat/stalld.spec
index 0106509..f79fd1e 100644
--- a/redhat/stalld.spec
+++ b/redhat/stalld.spec
@@ -1,5 +1,5 @@
 Name:		stalld
-Version:	1.6
+Version:	1.7
 Release:	1%{?dist}
 Summary:	Daemon that finds starving tasks and gives them a temporary boost
 
@@ -51,6 +51,10 @@
 %systemd_postun_with_restart %{name}.service
 
 %changelog
+* Tue Feb  2 2021 Clark Williams <williams@redhat.com> - 1.7-1
+- rework detect_task_format and buffer_size logic
+- make CFLAGS for local compile match rpmbuild CFLAGS
+
 * Tue Jan 26 2021 Clark Williams <williams@redhat.com> - 1.6-1
 - add systemd handling of RT Throttling