From 09cb5ab66cb930db1a1776d52f347cf991b529cc Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Thu, 22 Aug 2024 14:10:15 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36513172..cd7b21b3 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 0.6.6 - TBD +### Fixed +- Added missing type for `cds.context.model` + + ## Version 0.6.5 - 2024-08-13 ### Fixed - The `@types/sap__cds` link created by the `postinstall` script now also works in monorepo setups where the target `@cap-js/cds-types` might already be preinstalled (often hoisted some levels up).