diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4bb2f0..4c383c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [2.3.0] - 2022-06-05 +- Now defaults `repo_token` to `${{ github.token }}` and `tag` to `${{ github.ref }}` [#69](https://github.com/svenstaro/upload-release-action/pull/69) (thanks @leighmcculloch) + ## [2.2.1] - 2020-12-16 - Added support for the GitHub pagination API for repositories with many releases [#36](https://github.com/svenstaro/upload-release-action/pull/36) (thanks @djpohly) diff --git a/package.json b/package.json index ce291b6b..df8f1965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "upload-release-action", - "version": "2.2.1", + "version": "2.3.0", "private": true, "description": "Upload files to a GitHub release", "main": "lib/main.js",