diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0891a4..df42146c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.1] - unreleased + +### FIXED +- [0007730](https://bugs.oxid-esales.com/view.php?id=7730): even if the credit card payment was cancelled (when entering the secure code), an order confirmation is sent + ## [1.2.0] - 2024-09-26 ### NEW diff --git a/metadata.php b/metadata.php index 08fb6f84..137c2bcf 100644 --- a/metadata.php +++ b/metadata.php @@ -53,7 +53,7 @@ ', ], 'thumbnail' => 'logo.svg', - 'version' => '1.2.0', + 'version' => '1.2.1-rc.1', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',