diff --git a/linuxptp.spec b/linuxptp.spec
index 3b9d8e5..f307fe5 100644
--- a/linuxptp.spec
+++ b/linuxptp.spec
@@ -4,7 +4,7 @@
 
 Name:		linuxptp
 Version:	3.1.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	PTP implementation for Linux
 
 License:	GPLv2+
@@ -130,6 +130,10 @@ PATH=..:$PATH ./run
 %{_mandir}/man8/*.8*
 
 %changelog
+* Thu Jun 09 2022 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-3
+- add support for virtual clocks (#2067310)
+- make sanity clock check more reliable (#2079893)
+
 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.1-2
 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
   Related: rhbz#1991688