diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ebeeefd..ef8283ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] +# 2.11.1 + +- Support multiline text in plugin configuration secret field - #829 by @karolinakuzniewicz + ## 2.11.0 - Add sku column to fulfillment cards - #538 by @dominik-zeglen diff --git a/README.md b/README.md index 878a6b1b8..1bdccfccd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ cd saleor-dashboard To use the official stable release, checkout to a release tag: ``` -$ git checkout 2.11.0 +$ git checkout 2.11.1 ``` See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/