diff --git a/CHANGELOG.md b/CHANGELOG.md index 75503d4e4..0ec656102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 0.1.7 (unreleased) +## 0.1.7 - allow creating draft releases without a tag [#95](https://github.com/softprops/action-gh-release/pull/95) - Set default token for simpler setup [#83](https://github.com/softprops/action-gh-release/pull/83) +- fix regression with action yml [#126](https://github.com/softprops/action-gh-release/pull/126) ## 0.1.6 diff --git a/package.json b/package.json index e916b1be1..698e3febc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",