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": [ {