From 1fbccb52eea1ad0345b8763e0d023565d24a01f4 Mon Sep 17 00:00:00 2001 From: Brayan Henao Date: Fri, 12 Apr 2024 15:41:16 -0500 Subject: [PATCH] Bump version to 2.4.27 (#958) --- CHANGELOG | 26 ++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 50d3a56a8..75bc33ef0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +v2.4.27 Apr 12, 2024 +===================== + +* Update default .NET Core version in buildpack from 6.0.x to 8.0.x + +* Add dotnet-runtime 6.0.29, remove dotnet-runtime 6.0.28 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-runtime 7.0.18, remove dotnet-runtime 7.0.17 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-runtime 8.0.4, remove dotnet-runtime 8.0.3 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-sdk 6.0.421, remove dotnet-sdk 6.0.420 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-sdk 7.0.408, remove dotnet-sdk 7.0.407 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-sdk 8.0.204, remove dotnet-sdk 8.0.203 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-aspnetcore 6.0.29, remove dotnet-aspnetcore 6.0.28 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-aspnetcore 7.0.18, remove dotnet-aspnetcore 7.0.17 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-aspnetcore 8.0.4, remove dotnet-aspnetcore 8.0.3 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add node 20.12.2, remove node 20.11.1 for stack(s) cflinuxfs3, cflinuxfs4 + + v2.4.26 Mar 15, 2024 ===================== diff --git a/VERSION b/VERSION index 21f40d973..d32233fe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.26 \ No newline at end of file +2.4.27 \ No newline at end of file