From 36f06d9f2f81010b5d7dd82ca2a0e8f69e2a27d8 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Thu, 23 Feb 2023 12:45:42 +0100 Subject: [PATCH 1/2] docs: prepare changelog for next release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ff4a15..fb700d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.3.0 - tbd + +### Added + +### Changed + +### Fixed + +### Removed + ## Version 0.2.0 - 2023-01-30 ### Changed From 518d43e0d09b3f72ceedaecb8af0c17efc37fb9b Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Thu, 23 Feb 2023 12:59:17 +0100 Subject: [PATCH 2/2] Bump version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e70279e..165519dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/graphql", - "version": "0.2.0", + "version": "0.3.0", "description": "CDS protocol adapter for GraphQL", "keywords": [ "CAP",