diff --git a/CHANGELOG.md b/CHANGELOG.md index df8e0fa..7351516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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.2 - 31.10.23 + +### Changed + +- In README, use view of the full change-tracking table instead of the customized one for the main image. + ## Version 1.0.1 - 26.10.23 +### Changed + +- Flattened README structure. + ### Fixed - Labels are looked up from the service entity (not the db entity only). diff --git a/package.json b/package.json index 9a623c6..c98d3f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/change-tracking", - "version": "1.0.1", + "version": "1.0.2", "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)",