diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e5a46..71f30d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [UNRELEASED] + +## [v3.6.1] ### Changed - Fix Github Actions Annotations ([#281](https://github.com/dangoslen/changelog-enforcer/pull/281)) diff --git a/package.json b/package.json index 49c6428..f717408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-enforcer", - "version": "3.6.0", + "version": "3.6.1", "description": "Enforces that a changelog is kept up-to-date", "main": "index.js", "scripts": {