diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c25eba..06b641a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `parse-changelog` to 0.4.1. This includes a bug fix and performance improvements. + ## [1.2.0] - 2021-07-20 - [Add `branch` input option to reject releases from commits not contained in specified branches](https://github.com/taiki-e/create-gh-release-action/pull/7) diff --git a/main.sh b/main.sh index 3a2cdc6..cfa7a79 100755 --- a/main.sh +++ b/main.sh @@ -3,7 +3,7 @@ set -euo pipefail IFS=$'\n\t' -parse_changelog_tag="v0.3.0" +parse_changelog_tag="v0.4.1" error() { echo "::error::$*"