From 52a0c2e265e1c67909b14c46af2735e6e99913ef Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 13 Aug 2024 08:48:06 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623af2b5..e72324d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Add `codesign-prefix` and `codesign-options` input options. ([#81](https://github.com/taiki-e/upload-rust-binary-action/pull/81), thanks @matiaskorhonen) + ## [1.21.1] - 2024-07-12 - Work around rustc's strip bug that mostly affects illumos build. See [#80](https://github.com/taiki-e/upload-rust-binary-action/pull/80) for details.