Updates for portage-3.0.8 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a594d7d..efcba58 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.8
+==================================
+* Bug Fixes:
+    - Bug 404157 emerge: --keep-going support pkg_pretend failures
+    - Bug 644246 Add mercurial sync support
+    - Bug 710432 emerge: Enable parallel-fetch during pkg_pretend
+    - Bug 743115 emerge: Fix slot conflict backtracking to group similar
+      missed updates into a single backtracking try
+    - Bug 743631 emerge: Fix slot conflict backtracking to prefer
+      choices that satisfy all dependencies
+
 portage-3.0.7
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 681fed0..1efe8c6 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.7',
+	version = '3.0.8',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',