diff --git a/CHANGELOG.md b/CHANGELOG.md index fb40d7f..3c4069f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.3.0 + +### Added +Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application. + +### Fixed +- Issue with repositoryId caching in multitenant scenario. +- Error message on read of attachment when attachment is deleted from DI. + ## Version 1.2.2 ### Fixed diff --git a/README.md b/README.md index 85b1f67..75b63cb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This plugin can be consumed by the CAP application deployed on BTP to store thei - Rename attachment : Provides the capability to rename attachments. - Virus scanning : Provides the capability to support virus scan for virus scan enabled repositories. - Draft functionality : Provides the capability of working with draft attachments. +- Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application. ### Table of Contents diff --git a/package.json b/package.json index 46a4db6..85543e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cap-js/sdm", "description": "CAP plugin for effortless integration of CAP applications with SAP Document Management Service.", - "version": "1.2.2", + "version": "1.3.0", "repository": "cap-js/sdm", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/",