Prep for 2.0.10

Document rolled back features and prepare for a 2.0.10 release.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 42bdcc4..82a8b4d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,18 @@
+v2.0.10 (2021-07-27)
+--------------------
+- Roll back new hook inclusion (will go into 2.1.0)
+- Roll back code cleanups (will go into 2.1.0)
+- Fix a grok-fsck regression introduced in 2.0.9
+- Fix pull_threads auto-detection on single-cpu systems
+
+v2.0.9 (2021-07-13)
+-------------------
+- Add initial support for post_clone_complete_hook that fires only after
+  all new clones have been completed.
+- Fix grok-manifest traceback due to unicode errors in the repo
+  description file.
+- Minor code cleanups.
+
 v2.0.8 (2021-03-11)
 -------------------
 - Fixes around symlink handling in manifest files. Adding and deleting
diff --git a/grokmirror/__init__.py b/grokmirror/__init__.py
index 3437ef8..9901361 100644
--- a/grokmirror/__init__.py
+++ b/grokmirror/__init__.py
@@ -38,7 +38,7 @@
 from requests.packages.urllib3.util.retry import Retry
 
 
-VERSION = '2.0.8'
+VERSION = '2.0.10'
 MANIFEST_LOCKH = None
 REPO_LOCKH = dict()
 GITBIN = '/usr/bin/git'