diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec1316..34866c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## Version 1.0.4 - 08.01.24 + +### Added + +- Side effect annotation now allows automatic refresh after a custom action caused changes + +### Changed + +- Added a check to disable change tracking for views with a UNION + +### Fixed + +- Handling of associations within change tracked entities +- Handling of change log when custom actions on child entities are called + ## Version 1.0.3 - 10.11.23 ### Added @@ -37,3 +52,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Initial release + diff --git a/package.json b/package.json index dece189..35cb6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/change-tracking", - "version": "1.0.3", + "version": "1.0.4", "description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.", "repository": "cap-js/change-tracking", "author": "SAP SE (https://www.sap.com)",