From d868bfb7afd1f347756439948c1467978e9be58b Mon Sep 17 00:00:00 2001 From: Thomas Jung Date: Tue, 17 Jan 2023 17:26:27 -0500 Subject: [PATCH] Update version and Change Log --- CHANGELOG.json | 16 ++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.json b/CHANGELOG.json index 43387f3..08f4606 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,4 +1,20 @@ [ + { + "date": "2023-01-17", + "version": "3.202301.1", + "Changed": [ + "Add support for using btp CLI", + "Allows managing HANA Cloud instances that are multi-environment (not managed by Cloud Foundry) - hc, start, stop commands", + "New command: bas - Allows launch the Business Application Studio from the hana-cli", + "New command: btp - Add helper to target BTP Sub Account", + "Improved HANA Cloud Information Formatting", + "Use BTP CLient Config Environment Variable", + "Parallel Loading of all cli commands for performance improvements", + "Updated devcontainer configuration", + "Proper handling if btp CLI is not installed on target machine", + "Fix btp CLI config lookup on Linux" + ] + }, { "date": "2022-12-19", "version": "3.202212.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a3c21..54a1060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [3.202301.1] - 2023-01-17 + +**Changed** + +- Add support for using btp CLI +- Allows managing HANA Cloud instances that are multi-environment (not managed by Cloud Foundry) - hc, start, stop commands +- New command: bas - Allows launch the Business Application Studio from the hana-cli +- New command: btp - Add helper to target BTP Sub Account +- Improved HANA Cloud Information Formatting +- Use BTP CLient Config Environment Variable +- Parallel Loading of all cli commands for performance improvements +- Updated devcontainer configuration +- Proper handling if btp CLI is not installed on target machine +- Fix btp CLI config lookup on Linux + ## [3.202212.2] - 2022-12-19 **Changed** diff --git a/package.json b/package.json index 0005b82..f014320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hana-cli", - "version": "3.202212.2", + "version": "3.202301.1", "description": "HANA Developer Command Line Interface", "main": "index.js", "bin": {