diff --git a/CHANGELOG.md b/CHANGELOG.md index 3621ef90..c6da5f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.28.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.27.0...v5.28.0) (2023-11-07) + + +### Features + +* add `DocumentType` metadata support ([#720](https://github.com/scolladon/sfdx-git-delta/issues/720)) ([218065a](https://github.com/scolladon/sfdx-git-delta/commit/218065aca9df13f513e0e4d4688759dbbf2e90de)) + ## [5.27.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.26.2...v5.27.0) (2023-10-17) diff --git a/package.json b/package.json index 952dc58a..b5655382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.27.0", + "version": "5.28.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",