Skip to content

Commit

Permalink
Update version and Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-thomas committed Jan 17, 2023
1 parent f9c6963 commit d868bfb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d868bfb

Please sign in to comment.