diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed4ef2b..d7717216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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 0.8.0 - tbd +## Version 0.9.0 - tbd + +## Version 0.8.0 - 24-11-26 ### Fixed - Added missing type for `Request.before('commit', …)` diff --git a/package.json b/package.json index f24c156c..9d568d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-types", - "version": "0.7.0", + "version": "0.8.0", "description": "Type definitions for main packages of CAP, like `@sap/cds`", "repository": "github:cap-js/cds-types", "homepage": "https://cap.cloud.sap/",