diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9add7..878f7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2.1 + +### Added +Updated @sap/cds version to 8. + ## Version 1.2.0 ### Added diff --git a/package.json b/package.json index 17e2333..0c7b34b 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.0", + "version": "1.2.1", "repository": "cap-js/sdm", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/",