diff --git a/.gitignore b/.gitignore
index 9f88161..0d67a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/pykickstart-1.99.66.6.tar.gz
+SOURCES/pykickstart-1.99.66.10.tar.gz
diff --git a/.pykickstart.metadata b/.pykickstart.metadata
index 78137b9..ae27e9b 100644
--- a/.pykickstart.metadata
+++ b/.pykickstart.metadata
@@ -1 +1 @@
-d04ae3d0b22b7afd0d67bce4051907b63e357616 SOURCES/pykickstart-1.99.66.6.tar.gz
+4a9d53cec0fb8f0d88932d485520c5cffe75f24b SOURCES/pykickstart-1.99.66.10.tar.gz
diff --git a/SPECS/pykickstart.spec b/SPECS/pykickstart.spec
index 57902df..7a46688 100644
--- a/SPECS/pykickstart.spec
+++ b/SPECS/pykickstart.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.99.66.6
+Version: 1.99.66.10
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -52,6 +52,25 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Aug 18 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.10-1
+- Support file URLs for ostree. (clumens)
+  Resolves: rhbz#1367933
+
+* Fri Jun 17 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.9-1
+- Support timezone command usage without timezone specification (mkolman)
+  Related: rhbz#1312135
+
+* Thu Jun 02 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.8-1
+- Add --no-activate option to network command (#1277975) (rvykydal)
+
+* Mon Feb 29 2016 Chris Lumens <clumens@redhat.com> - 1.99.66.7-1
+- Add sshkey command to RHEL7 (#1311755) (bcl)
+- Add --sshkey to sshpw command (#1240410) (bcl)
+- Add %%pre-install section to be used after mounting filesystems (bcl)
+- There is no F7_Key class - use RHEL5_Key instead. (clumens)
+- ostree repos can only be HTTP or HTTPS. (clumens)
+- Fix class inheritance in RHEL6_VolGroup (ccoyle)
+
 * Tue Sep 22 2015 Chris Lumens <clumens@redhat.com> - 1.99.66.6-1
 - Update the RHEL7 version constant. (clumens)