diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6a33b..cfe4247 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [v2.1.0] - Unreleased +## [v2.1.0] - 2024-05-30 ### Added - New example service to extend basket class and logs it diff --git a/README.md b/README.md index 5a4721e..3394336 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ This module also comes with all the quality tools OXID recommends to use. ## Branch compatibility * b-6.4.x branch is compatible with OXID eShop compilation b-6.4.x -* b-6.5.x branch / v1.0.0 version -compatible with OXID eShop compilation b-6.5.x -* b-7.0.x branch is compatible with OXID eShop compilation b-7.0.x +* b-6.5.x branch / v1.0.0 version - compatible with OXID eShop compilation b-6.5.x +* b-7.0.x branch / v2.x version - compatible with OXID eShop compilation b-7.0.x ## Installation diff --git a/metadata.php b/metadata.php index 5f0ba07..6420cdb 100644 --- a/metadata.php +++ b/metadata.php @@ -18,7 +18,7 @@ 'title' => 'OxidEsales Module Template (OEMT)', 'description' => '', 'thumbnail' => 'pictures/logo.png', - 'version' => '2.0.0', + 'version' => '2.1.0', 'author' => 'OXID eSales AG', 'url' => '', 'email' => '',