From 38e0a0c6414bf7e33d3fde83920ed0abbc0ac78e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 23:01:59 +0000 Subject: [PATCH] [autorelease] Release 1.4.0 (#30) * chore: Update changelog for release 1.4.0 Co-authored-by: richtea Co-authored-by: Rich Tebb --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787c089..52072e5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.4.0] - 2022-11-28 ### Changed -- The `get-release-info` action supports a new option for the `release-version` input - `latest-or-unreleased`. This +- The `get-release-info` action supports a new option for the `release-version` input: `latest-or-unreleased`. This option provides support for changelogs that only have an `[Unreleased]` section. ## [1.3.0] - 2022-11-21 @@ -55,6 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial content including change log +[1.4.0]: https://github.com/release-flow/keep-a-changelog-action/compare/v1.3.0...v1.4.0 + [1.3.0]: https://github.com/release-flow/keep-a-changelog-action/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/release-flow/keep-a-changelog-action/compare/v1.1.0...v1.2.0