Skip to content

Commit 9abc4c6

Browse files
committed
OXDEV-10209: Add Changelog entry for graphql composer fix
1 parent 9b16d00 commit 9abc4c6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG-v10.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [10.0.2] - 2026-04-14
8+
9+
### Fixed
10+
- Composer throws security issues for concrete graphl-version
11+
712
## [10.0.1] - 2026-03-18
813

914
### Fixed
@@ -45,6 +50,7 @@ This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1
4550
## Changed
4651
- Renamed OxidEsales\GraphQL\Base\Infrastructure\Token::cleanUpTokens() to deleteOrphanedTokens()
4752

53+
[10.0.2]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.1...v10.0.2
4854
[10.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v10.0.1
4955
[10.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0-rc.1...v10.0.0
5056
[10.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v10.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' => '10.0.0',
29+
'version' => '10.0.2',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)