Skip to content

Commit 2f65aa5

Browse files
Release v11.0.0
1 parent b986868 commit 2f65aa5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG-v11.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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] - 2025-06-11
8+
This is stable release for v11.0.0. No changes have been made since v11.0.0-rc.1.
9+
710
## [11.0.0-rc.1] - 2025-04-23
811

912
### Added
@@ -17,4 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1720
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
1821
- Upgrade GraphQLite to 7.0
1922

23+
[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0-rc.1...v11.0.0
2024
[11.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v11.0.0-rc.1

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-rc.1',
29+
'version' => '11.0.0',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)