Skip to content

Commit 58a4799

Browse files
MarcelOxidhkreuter
authored andcommitted
OXDEV-8623 Add version number to Changelog and update README.md
1 parent 571acff commit 58a4799

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG-v10.md

Lines changed: 2 additions & 1 deletion
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-
## [Undecided] - unrelreased
7+
## [10.1.0] - unrelreased
88

99
## Changed
1010
- Update module to work with OXID eShop 7.3
@@ -45,5 +45,6 @@ This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1
4545
## Changed
4646
- Renamed OxidEsales\GraphQL\Base\Infrastructure\Token::cleanUpTokens() to deleteOrphanedTokens()
4747

48+
[10.1.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x
4849
[10.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0-rc.1...v10.0.0
4950
[10.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v10.0.0-rc.1

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ This module provides:
2020

2121
## Usage
2222

23-
This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.2.0` component, which is part of the `7.2.0` compilation) up and running.
23+
This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.3.0` component, which is part of the `7.3.0` compilation) up and running.
2424

2525
## Branch Compatibility
2626

27-
* 10.x versions (or b-7.2.x branch) are compatible with latest shop compilation 7.2.x resp. b-7.2.x shop compilation branches
28-
* 9.x versions (or b-7.1.x branch) are compatible with latest shop compilation 7.1.x resp. b-7.1.x shop compilation branches
27+
* 10.1.x versions (or b-7.3.x branch) are compatible with latest shop compilation 7.3.x resp. b-7.3.x shop compilation branches
28+
* 10.0.x versions (or b-7.2.x branch) are compatible with latest shop compilation 7.2.x resp. b-7.2.x shop compilation branches
29+
* 9.x versions (or b-7.1.x branch) are compatible with latest shop compilation 7.1.x resp. b-7.1.x shop compilation branches
2930
* 8.x versions (or b-7.0.x branch) are compatible with latest shop compilation: 7.0.x resp. b-7.0.x shop compilation branches
3031
* 7.x versions (or b-6.5.x branch) are compatible with latest shop compilations: 6.5.x resp. b-6.5.x shop compilation branches
3132
* 6.x versions (or b-6.4.x branch) are compatible with latest shop compilations: 6.4.x resp. b-6.4.x shop compilation branches

0 commit comments

Comments
 (0)