Skip to content

Commit 786c9dc

Browse files
committed
Set versions to v11.0.0-rc
1 parent 741145a commit 786c9dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG-v11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [11.0.0] - unreleased
7+
## [11.0.0-rc] - 2025-04-23
88

99
### Added
1010
- FilesystemAdapter as schema caching solution
@@ -17,4 +17,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
1818
- Upgrade GraphQLite to 7.0
1919

20-
[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x
20+
[11.0.0-rc]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v11.0.0-rc

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'en' => '<span>OXID GraphQL API Framework</span>',
2727
],
2828
'thumbnail' => 'logo.png',
29-
'version' => '11.0.0',
29+
'version' => '11.0.0-rc',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)