diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ca63f..d13feff 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). +## [1.2.0] - 2024-11-27 +This is the stable release of v1.2.0. No changes have been made since v1.2.0-rc.1. + ## [1.2.0-rc.1] - 2024-11-06 ### Added @@ -32,6 +35,7 @@ This is stable release for v1.1.0. No changes have been made since v1.1.0-rc.1. - Initial release +[1.2.0]: https://github.com/OXID-eSales/graphql-configuration-access/compare/v1.2.0-rc.1...v1.2.0 [1.2.0-rc.1]: https://github.com/OXID-eSales/graphql-configuration-access/compare/v1.1.0...v1.2.0-rc.1 [1.1.0]: https://github.com/OXID-eSales/graphql-configuration-access/compare/v1.1.0-rc.1...v1.1.0 [1.1.0-rc.1]: https://github.com/OXID-eSales/graphql-configuration-access/compare/v1.0.0...v1.1.0-rc.1 diff --git a/README.md b/README.md index 0d4aa83..31c1134 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Switch to the shop root directory (the file `composer.json` and the directories ```bash # Install desired version of oxid-esales/graphql-configuration-access module, in this case - latest released 1.x version -$ composer require oxid-esales/graphql-configuration-access ^1.0.0 +$ composer require oxid-esales/graphql-configuration-access ^1.2.0 ``` If you didn't have the `oxid-esales/graphql-base` module installed, composer will do that for you. diff --git a/composer.json b/composer.json index a3671c1..0684bac 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,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 bacbec3..36918cb 100644 --- a/metadata.php +++ b/metadata.php @@ -18,7 +18,7 @@ 'title' => 'GraphQL Configuration Access', 'description' => 'GraphQL Configuration Access', 'thumbnail' => 'logo.png', - 'version' => '1.2.0-rc.1', + 'version' => '1.2.0', 'author' => 'OXID eSales AG', 'url' => 'https://github.com/OXID-eSales/graphql-configuration-access', 'email' => 'info@oxid-esales.com',