From 9714d49f96374e9bb6cbba9a2c0fec36b53ccc63 Mon Sep 17 00:00:00 2001 From: RahatHameed Date: Wed, 6 Nov 2024 10:24:49 +0100 Subject: [PATCH] Release 1.2.0-rc.1 --- CHANGELOG.md | 4 ++-- metadata.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4e628..33ca63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] - Unreleased +## [1.2.0-rc.1] - 2024-11-06 ### Added - Theme list and filtering option on basis of theme name and status @@ -32,7 +32,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.1.0...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 [1.0.0]: https://github.com/OXID-eSales/graphql-configuration-access/releases/tag/v1.0.0 diff --git a/metadata.php b/metadata.php index 8af1db8..bacbec3 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', + 'version' => '1.2.0-rc.1', 'author' => 'OXID eSales AG', 'url' => 'https://github.com/OXID-eSales/graphql-configuration-access', 'email' => 'info@oxid-esales.com',