diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b109416..990390092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v7.31.4 (2022-08-23) +### Fix +* Account for trailing newlines in commit messages ([#495](https://github.com/relekang/python-semantic-release/issues/495)) ([`111b151`](https://github.com/relekang/python-semantic-release/commit/111b1518e8c8e2bd7535bd4c4b126548da384605)) + ## v7.31.3 (2022-08-22) ### Fix * Use `commit_subject` when searching for release commits ([#488](https://github.com/relekang/python-semantic-release/issues/488)) ([`3849ed9`](https://github.com/relekang/python-semantic-release/commit/3849ed992c3cff9054b8690bcf59e49768f84f47)) diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index a999322c0..fa882214a 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -1,6 +1,6 @@ """Semantic Release """ -__version__ = "7.31.3" +__version__ = "7.31.4" from .errors import UnknownCommitMessageStyleError # noqa; noqa