diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ea9d88a..41dee2804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.5 (unreleased) + +- Factor in file names with spaces when upserting files [#446](https://github.com/softprops/action-gh-release/pull/446) via [@MystiPanda](https://github.com/MystiPanda) + ## 2.0.4 - Minor follow up to [#417](https://github.com/softprops/action-gh-release/pull/417). [#425](https://github.com/softprops/action-gh-release/pull/425) diff --git a/package.json b/package.json index 1806edb33..a1c4b6e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "2.0.3", + "version": "2.0.5", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",