From 8ff09837868f0bc02520801a126d1befd4cdbfb2 Mon Sep 17 00:00:00 2001 From: Nikola Ivanovski Date: Wed, 27 Nov 2024 14:43:04 +0200 Subject: [PATCH] Release v4.0.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- metadata.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8edc1d..a14b322d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [4.0.0] - 2024-11-27 +This is stable release for v4.0.0. No changes have been made since v4.0.0-rc.1. + ## [4.0.0-rc.1] - 2024-11-04 ### Changed @@ -210,6 +213,7 @@ This is stable release for v3.1.0. No changes have been made since v3.1.0-rc.1. - `oxid-esales/graphql-account` - `oxid-esales/graphql-checkout` +[4.0.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v4.0.0-rc.1...v4.0.0 [4.0.0-rc.1]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.1.0...v4.0.0-rc.1 [3.1.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.1.0-rc.1...v3.1.0 [3.1.0-rc.1]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.0.0...v3.1.0-rc.1 diff --git a/composer.json b/composer.json index 845df8ea..a6e77333 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": "^8.2", "doctrine/dbal": "^v2.7", - "oxid-esales/graphql-base": "dev-b-7.2.x" + "oxid-esales/graphql-base": "v10.0.0" }, "conflict": { "oxid-esales/oxideshop-ce": "<7.2", diff --git a/metadata.php b/metadata.php index a40ff2b3..adf1fce2 100644 --- a/metadata.php +++ b/metadata.php @@ -18,7 +18,7 @@ 'title' => 'GraphQL Storefront', 'description' => 'OXID GraphQL Storefront', 'thumbnail' => 'logo.png', - 'version' => '4.0.0-rc.1', + 'version' => '4.0.0', 'author' => 'OXID eSales', 'url' => 'https://github.com/OXID-eSales/graphql-storefront-module', 'email' => 'info@oxid-esales.com',