From 5068b28bea33d9cffbcd6ed0de3cbc9e72c9e642 Mon Sep 17 00:00:00 2001 From: RahatHameed Date: Tue, 28 May 2024 16:21:01 +0200 Subject: [PATCH] Release 8.1.1 --- CHANGELOG-v8.md | 5 +++++ metadata.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-v8.md b/CHANGELOG-v8.md index aff3ba9c..866b6b8d 100644 --- a/CHANGELOG-v8.md +++ b/CHANGELOG-v8.md @@ -4,6 +4,11 @@ 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). +## [8.1.1] - 2024-05-28 + +### Fixed +- Updated the version in metadata.php file + ## [8.1.0] - 2024-04-04 ### Changed diff --git a/metadata.php b/metadata.php index 14961ccc..ab461bcf 100644 --- a/metadata.php +++ b/metadata.php @@ -26,7 +26,7 @@ 'en' => 'OXID GraphQL API Framework', ], 'thumbnail' => 'out/pictures/logo.png', - 'version' => '8.0.0', + 'version' => '8.1.1', 'author' => 'OXID eSales', 'url' => 'www.oxid-esales.com', 'email' => 'info@oxid-esales.com',