From c65a44a5d15b59a91ae9eaccde289a378330e2bc Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Tue, 10 Dec 2019 14:12:06 +0100 Subject: [PATCH] Prepare v1.1.0 release --- CHANGELOG.md | 2 +- metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdf29f..1a1345e 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). -## [unreleased] +## [1.1.0] 2019-12-10 ### Added - more infos in [README](README.md) file on how to use diff --git a/metadata.php b/metadata.php index 0de53f5..c89f6b3 100644 --- a/metadata.php +++ b/metadata.php @@ -23,7 +23,7 @@ 'en' => 'OXID GraphQL API Framework', ], 'thumbnail' => 'out/pictures/logo.png', - 'version' => '1.0.2', + 'version' => '1.1.0', 'author' => 'OXID eSales', 'url' => 'www.oxid-esales.com', 'email' => 'info@oxid-esales.com',