From 90366952e1545704ee98b5ac1b2c23015f864512 Mon Sep 17 00:00:00 2001 From: Rishi Kunnath <82925475+rishikunnath2747@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:00:39 +0530 Subject: [PATCH] add changes --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/",