Skip to content

Commit 93b2128

Browse files
sjvansnkaputnikpatricebender
authored
prep v1.0.7 (#95)
Co-authored-by: Nick Josipovic <[email protected]> Co-authored-by: Patrice Bender <[email protected]>
1 parent e26a0ce commit 93b2128

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7-
## Version 1.0.6 - TBD
7+
## Version 1.0.7 - 01.07.24
8+
9+
### Added
10+
11+
- A global switch to preserve change logs for deleted data
12+
13+
### Fixed
14+
15+
- Wrong Objet ID captured when deleting root entities
16+
17+
### Changed
18+
19+
- Peer dependency to @sap/cds changed to ">=7"
20+
- Data marked as personal data using the data privacy annotations won't get changed tracked anymore to satisfy product standards
21+
22+
23+
## Version 1.0.6 - 29.04.24
824

925
### Fixed
1026

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/change-tracking",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
55
"repository": "cap-js/change-tracking",
66
"author": "SAP SE (https://www.sap.com)",

0 commit comments

Comments
 (0)