diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2b643..6997c8f 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.0.1] - 2023-??-?? + +### Fixed +- Fixed: Deleted Stripe customer is not updated in Oxid customer field, leads to fail payment + ## [1.0.0] - 2023-11-03 ### Changed diff --git a/metadata.php b/metadata.php index b2ddafc..193fdef 100644 --- a/metadata.php +++ b/metadata.php @@ -24,7 +24,7 @@ 'en' => 'This module integrates STRIPE as payment provider in your OXID Shop.', ], 'thumbnail' => 'stripe_logo.png', - 'version' => '1.0.0', + 'version' => '1.0.1-rc1', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',