diff --git a/CHANGELOG.md b/CHANGELOG.md index c58f4d4..01e42f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.0.0] - 2023-04-17 +### Added +- [CoreApp] Words BREAKING CHANGE in change description now bump major version +- [CoreApp] Release workflow +- [CoreApp] BreakingKeyword field to changelog configuration JSON +- [DevOpsExtension] Multiple task outputs +- [DevOpsExtension] MergeChangelog@3 that calls the new CoreApp + +### Changed +- [CoreApp] Deprecated changes now bump minor instead of major version +- [CoreApp] Outputting new changelog section instead of a semantic version +- [DevOpsExtension] MergeChangelog@3 'setVersionFlag' input is now called 'shouldBumpVersion' ## [2.2.0] - 2022-05-25 ### Added diff --git a/Enterwell.CI.Changelog/Enterwell.CI.Changelog.csproj b/Enterwell.CI.Changelog/Enterwell.CI.Changelog.csproj index bf45704..5ee5267 100644 --- a/Enterwell.CI.Changelog/Enterwell.CI.Changelog.csproj +++ b/Enterwell.CI.Changelog/Enterwell.CI.Changelog.csproj @@ -1,23 +1,19 @@ - - - - Exe - net6.0 - clm - true - enable - 2.2.0 - - - - - - - - - - - - - + + + Exe + net6.0 + clm + true + enable + 3.0.0 + + + + + + + + + + \ No newline at end of file diff --git a/changes/Added [CoreApp] BreakingKeyword field to changelog configuration JSON b/changes/Added [CoreApp] BreakingKeyword field to changelog configuration JSON deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Added [CoreApp] Release workflow b/changes/Added [CoreApp] Release workflow deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Added [CoreApp] Words BREAKING CHANGE in change description now bump major version b/changes/Added [CoreApp] Words BREAKING CHANGE in change description now bump major version deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Added [DevOpsExtension] MergeChangelog@3 that calls the new CoreApp b/changes/Added [DevOpsExtension] MergeChangelog@3 that calls the new CoreApp deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Added [DevOpsExtension] Multiple task outputs b/changes/Added [DevOpsExtension] Multiple task outputs deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Changed [CoreApp] Deprecated changes now bump minor instead of major version b/changes/Changed [CoreApp] Deprecated changes now bump minor instead of major version deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Changed [CoreApp] Outputting new changelog section instead of a semantic version b/changes/Changed [CoreApp] Outputting new changelog section instead of a semantic version deleted file mode 100644 index e69de29..0000000 diff --git a/changes/Changed [DevOpsExtension] MergeChangelog@3 'setVersionFlag' input is now called 'shouldBumpVersion' b/changes/Changed [DevOpsExtension] MergeChangelog@3 'setVersionFlag' input is now called 'shouldBumpVersion' deleted file mode 100644 index e69de29..0000000