diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdefe2..95554ec 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.1.0] - 2024-07-04 +This is stable release for v1.1.0. No changes have been made since v1.1.0-rc.1. + ## [1.1.0-rc.1] - 2024-05-30 ### Added @@ -21,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[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 [1.0.0]: https://github.com/OXID-eSales/graphql-configuration-access/releases/tag/v1.0.0 diff --git a/composer.json b/composer.json index c8d583b..091126c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^8.1", "doctrine/dbal": "^v2.7", - "oxid-esales/graphql-base": "dev-b-7.1.x" + "oxid-esales/graphql-base": "^v9.0.0" }, "conflict": { "oxid-esales/oxideshop-ce": "<7.1", diff --git a/metadata.php b/metadata.php index f0b6829..8af1db8 100644 --- a/metadata.php +++ b/metadata.php @@ -18,7 +18,7 @@ 'title' => 'GraphQL Configuration Access', 'description' => 'GraphQL Configuration Access', 'thumbnail' => 'logo.png', - 'version' => '1.1.0-rc.1', + 'version' => '1.1.0', 'author' => 'OXID eSales AG', 'url' => 'https://github.com/OXID-eSales/graphql-configuration-access', 'email' => 'info@oxid-esales.com',