diff --git a/changelog.txt b/changelog.txt index 83f1712f646..e91aa5d6a4c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 2.1.0 - 2021-xx-xx = += 2.1.0 - 2021-03-16 = * Update - Show last 4 digit credit card number in order note when payment method is updated on failed renewal subscription order. * Update - Define constant for the group to be used for scheduled actions. * Update - Enable multiple customer currencies support in live mode. diff --git a/package-lock.json b/package-lock.json index 17fa790761d..2db07058c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c3d444032a..23a40f03703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.0.0", + "version": "2.1.0", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 49ea5c18d79..8e38d2383ec 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic Requires at least: 5.3 Tested up to: 5.7 Requires PHP: 7.0 -Stable tag: 2.0.0 +Stable tag: 2.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th == Changelog == -= 2.1.0 - 2021-xx-xx = += 2.1.0 - 2021-03-16 = * Update - Show last 4 digit credit card number in order note when payment method is updated on failed renewal subscription order. * Update - Define constant for the group to be used for scheduled actions. * Update - Enable multiple customer currencies support in live mode. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index 4746f1edab1..c7999b39f71 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -10,7 +10,7 @@ * WC requires at least: 4.0 * WC tested up to: 5.1 * Requires WP: 5.3 - * Version: 2.0.0 + * Version: 2.1.0 * * @package WooCommerce\Payments */