From 9268373d69bd0974b6318eb3b512b8e025060bbe Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 16 Sep 2024 22:53:57 +0200 Subject: [PATCH] Update changelog for v2.0.0 (#827) * Update changelog for v2.0.0 * credits --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b345f14..bf0aacad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## v2.0.0 -- Updated action to run with Node 20 -- Updated action dependencies +- Added input parameter `pr-title-template`, by @paulschuberth +- Added input parameter `commit-message-template`, by @paulschuberth +- Added input parameter `distributions-base-url`, by @yeikel +- Updated action to run with Node 20, by @chadlwilson +- Updated action dependencies. ## v1.0.20