diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec
index 0933c50..a8a3d9b 100644
--- a/SPECS/rh-dotnet21.spec
+++ b/SPECS/rh-dotnet21.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.1
-Release: 6%{?dist}
+Release: 8%{?dist}
 Summary: Package that installs %scl
 License: MIT
 
@@ -67,8 +67,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=true
 
 # Set the latest versions of ASP.NET Core packages to be picked up when
 # building using the older SDKS
-export LatestPatchVersionForAspNetCoreApp2_1=2.1.7
-export LatestPatchVersionForAspNetCoreAll2_1=2.1.7
+export LatestPatchVersionForAspNetCoreApp2_1=2.1.9
+export LatestPatchVersionForAspNetCoreAll2_1=2.1.9
 EOF
 
 
@@ -82,6 +82,14 @@ EOF
 
 
 %changelog
+* Wed Mar 06 2019 Omair Majid <omajid@redhat.com> - 2.1-8
+- Export environment variables to set ASP.NET Core versions to 2.1.9
+- Resolves: RHBZ#1685720
+
+* Wed Jan 30 2019 Omair Majid <omajid@redhat.com> - 2.1-7
+- Export environment variables to set ASP.NET Core versions to 2.1.8
+- Resolves: RHBZ#1670648
+
 * Fri Dec 14 2018 Omair Majid <omajid@redhat.com> - 2.1-6
 - Export environment variables to set ASP.NET Core versions to 2.1.7
 - Resolves: RHBZ#1659216