From 9987e9ec758c5a865c5bc79c4f5b4fc20ae10ad5 Mon Sep 17 00:00:00 2001 From: Brayan Henao Date: Fri, 18 Aug 2023 10:08:28 -0500 Subject: [PATCH] Bump version to 2.4.16 (#829) --- CHANGELOG | 22 ++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c0d0dfa03..972c74aa4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +v2.4.16 Aug 17, 2023 +===================== + +* Add dotnet-runtime 6.0.21, remove dotnet-runtime 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-sdk 6.0.413, remove dotnet-sdk 6.0.412 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-aspnetcore 6.0.21, remove dotnet-aspnetcore 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-runtime 7.0.10, remove dotnet-runtime 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-sdk 7.0.400, remove dotnet-sdk 7.0.306 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add dotnet-aspnetcore 7.0.10, remove dotnet-aspnetcore 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3 + +* Add libunwind 1.7.2, remove libunwind 1.7.0 for stack(s) cflinuxfs3, cflinuxfs4 + +* Add node 18.17.1, remove node 18.17.0 for stack(s) cflinuxfs4, cflinuxfs3 + +* Bump github.com/Sealights/libbuildpack-sealights from 1.2.0 to 1.3.0 + + v2.4.15 Jul 19, 2023 ===================== diff --git a/VERSION b/VERSION index 9b83c553a..f14f5bd63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.15 \ No newline at end of file +2.4.16 \ No newline at end of file