You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.json
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
1
[
2
+
{
3
+
"date": "2022-12-01",
4
+
"version": "3.202212.1",
5
+
"Changed": [
6
+
"Remove the quoted naming as the default and instead put it behind an optional parameter [Issue #90](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/90)",
7
+
"CAP October 2022 Release",
8
+
"SAPUI5 to version 109.0",
9
+
"New Node.js minimal version is 14.18"
10
+
]
11
+
},
2
12
{
3
13
"date": "2022-10-17",
4
14
"version": "3.202210.2",
@@ -7,7 +17,7 @@
7
17
"SAPUI5 to version 107.0",
8
18
"Support New CAP Integer Types - TINYINT UInt8 and SMALLINT Int16",
9
19
"Support for Postgres in Inspect Table and View",
10
-
"Default Values Support [Issue #87](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/87)"
20
+
"Default Values Support [Issue #87](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/87)"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
+
## [3.202212.1] - 2022-12-01
8
+
9
+
**Changed**
10
+
11
+
- Remove the quoted naming as the default and instead put it behind an optional parameter [Issue #90](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/90)
0 commit comments