diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index e9cc6a4..d75a0c8 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 7%{?dist}
+Release: 8%{?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.5
-export LatestPatchVersionForAspNetCoreAll2_2=2.2.5
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.6
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.6
 EOF
 
 
@@ -85,6 +85,10 @@ EOF
 
 
 %changelog
+* Wed Jul 10 2019 Omair Majid <omajid@redhat.com> - 2.2-8
+- Export environment variables to set ASP.NET Core versions to 2.2.6
+- Resolves: RHBZ#1728895
+
 * Wed May 01 2019 Omair Majid <omajid@redhat.com> - 2.2-7
 - Export environment variables to set ASP.NET Core versions to 2.2.5
 - Resolves: RHBZ#1704934