diff --git a/CHANGELOG.md b/CHANGELOG.md index 416a02c..5604e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +## v3.7.0 +* Improve error message to display the specific unknown flag when a cf deploy flag is misspelled +* Add User-Agent header to enable end-to-end tracing and insights into plugin usage and customer workflows + ## v3.6.0 * Added environment configuration in the help of mta commands * Version of GO is increased to 1.24 -* Bump dependencies +* Bump dependencies ## v3.5.0 * New rollback-mta command that will rollback to previously deployed MTA version. Rollback is application specific and aims to revert the productive traffic to previously deployed CF app. Rollback is possible only for blue-green deployments when backup is activated with the option "--backup-previoвus-version". diff --git a/cfg/VERSION b/cfg/VERSION index 40c341b..7c69a55 100644 --- a/cfg/VERSION +++ b/cfg/VERSION @@ -1 +1 @@ -3.6.0 +3.7.0