From 51616ce8f3effb4c1293b8edff4c1dc5b625b1ad Mon Sep 17 00:00:00 2001 From: mattgrul <40339403+mattgrul@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:56:17 +0000 Subject: [PATCH] Add missing CHANGELOG for v1.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf4149..19070ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog ## Unreleased Changes + - N/A +## v1.1.0 + +- Updated action to allow a GitHub secret to be used for the composer + token. ([#1bc9f58](https://github.com/mattgrul/satis-to-artifact-action/commit/1bc9f58a726fd86bb1f9fefdd01c5ec17ccf6185)) +- Updated cache and upload actions to + v4. ([#c3e2721](https://github.com/mattgrul/satis-to-artifact-action/commit/c3e2721fd21da84703fc622f69b5f5af317a8820)) + ## v1.0.1 + - Fix CODEOWNERS syntax issue. ([#3](https://github.com/mattgrul/satis-to-artifact-action/pull/3)) - Fix README badges syntax issue. ([#4](https://github.com/mattgrul/satis-to-artifact-action/pull/4)) ## v1.0.0 + - Initial Release of the satis-to-artifact-action. \ No newline at end of file