From 4090b5a1943558fd2d1e802ef2115af78ca16cba Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Mon, 5 May 2025 10:55:01 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 205bd0b..0cd8f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Version 0.12.0 - tbd - -### Added +## Version 0.12.0 - 2025-05-05 ### Changed - Bump `@graphiql/plugin-explorer` version to `^3` - Make error handling compatible with `@sap/cds` version `>=9` -- Bump required `@sap/cds` version to `>=9` - -### Fixed - -### Removed +- Bump required `@sap/cds` version to `>=9` which will be released in the near future ## Version 0.11.0 - 2024-07-30