From e8a069a63bd04a66165ac92d1ac04cdad949866b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 9 Nov 2022 10:24:55 +0100 Subject: [PATCH] adjust version informations --- CHANGELOG.md | 6 +++++- src/metadata.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317b276..746b331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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). -## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.0...rel_2.x) +## [Unreleased](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.1...rel_2.x) + +## [2.0.0.1](https://git.d3data.de/D3Public/oxtotp/compare/2.0.0.0...2.0.0.1) - 2022-11-09 +### Fixed +- Further protection of the login ## [2.0.0.0](https://git.d3data.de/D3Public/oxtotp/compare/1.1.0.0...2.0.0.0) - 2022-09-30 ### Added diff --git a/src/metadata.php b/src/metadata.php index 4dcab15..e6683f9 100644 --- a/src/metadata.php +++ b/src/metadata.php @@ -54,7 +54,7 @@ $aModule = [ 'de' => 'Zwei-Faktor-Authentisierung (TOTP) für OXID eSales Shop', 'en' => 'Two-factor authentication (TOTP) for OXID eSales shop', ], - 'version' => '2.0.0.0', + 'version' => '2.0.0.1', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',