From f6f21a88a262193775489a863f65a30c4b1a93e7 Mon Sep 17 00:00:00 2001 From: IvanBorislavovDimitrov Date: Wed, 3 Sep 2025 14:38:38 +0300 Subject: [PATCH] [release] Set version to 3.7.0 --- CHANGELOG.md | 6 +++++- cfg/VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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