From 5d11a60ad48fe96af7564bf830b7515cfce4d63c Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 27 Apr 2023 15:10:28 -0400 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08cc7e..d2503ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v2.0.2 - [April 27, 2023](https://github.com/lando/code-sign-action/releases/tag/v2.0.2) +## v2.1.0 - [April 27, 2023](https://github.com/lando/code-sign-action/releases/tag/v2.1.0) * Added support for either `altool` or `notarytool` for notarizations * Switched `set-output` and `save-state` to new `$GITHUB_OUTPUT` and `$GITHUB_STATE`. See [this](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) diff --git a/package.json b/package.json index 76aeb7f..730ebf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/code-sign-action", "description": "A GitHub Action for code signing files", - "version": "2.0.2", + "version": "2.1.0", "author": "Mike Pirog @pirog", "contributors": [ {