diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a276d16..dd5b15e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the "vscode-debug-adapter-apache-camel" extension will be ## 1.6.0 +- Update default Camel version used for Camel JBang from 4.8.1 to 4.9.0 + ## 1.5.0 - Use containing folder by default with commands and quick editor action when launching a specific Camel Route. It allows to have other relative parameters still working when it is inside a subfolder. diff --git a/package.json b/package.json index aac4a0fe..8bc062aa 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "camel.debugAdapter.JBangVersion": { "type": "string", "markdownDescription": "Apache Camel JBang CLI version used for internal VS Code JBang commands execution. Camel JBang CLI requirements can differ between versions, it is recommended to use `default` version to ensure all extension features work properly.\n\n**Note**: This change will affect only commands provided by Debug Adapter for Apache Camel extension.", - "default": "4.8.1" + "default": "4.9.0" }, "camel.debugAdapter.CamelVersion": { "type": "string",