diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index 1223378..48d2827 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 2%{?dist}
+Release: 4%{?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_2=2.2.1
-export LatestPatchVersionForAspNetCoreAll2_2=2.2.1
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.3
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.3
 EOF
 
 
@@ -82,6 +82,14 @@ EOF
 
 
 %changelog
+* Wed Mar 06 2019 Omair Majid <omajid@redhat.com> - 2.2-4
+- Export environment variables to set ASP.NET Core versions to 2.2.3
+- Resolves: RHBZ#1685718
+
+* Wed Jan 30 2019 Omair Majid <omajid@redhat.com> - 2.2-3
+- Export environment variables to set ASP.NET Core versions to 2.2.2
+- Resolves: RHBZ#1671056
+
 * Mon Dec 17 2018 Omair Majid <omajid@redhat.com> - 2.2-2
 - Export environment variables to set ASP.NET Core versions to 2.2.1
 - Resolves: RHBZ#1660223