diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index 86179cf..31c4d53 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: Package that installs %scl
 License: MIT
 
@@ -70,8 +70,8 @@ export DOTNET_ROOT="%{_libdir}/dotnet"
 
 # Set the latest versions of ASP.NET Core packages to be picked up when
 # building using the older SDKS.
-export LatestPatchVersionForAspNetCoreApp2_2=2.2.7
-export LatestPatchVersionForAspNetCoreAll2_2=2.2.7
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.8
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.8
 EOF
 
 
@@ -85,6 +85,10 @@ EOF
 
 
 %changelog
+* Thu Oct 31 2019 Omair Majid <omajid@redhat.com> - 2.2-10
+- Export environment variables to set ASP.NET Core versions to 2.2.8
+- Resolves: RHBZ#1767563
+
 * Thu Aug 29 2019 Omair Majid <omajid@redhat.com> - 2.2-9
 - Export environment variables to set ASP.NET Core versions to 2.2.7
 - Resolves: RHBZ#1744260