Update changelog
This commit is contained in:
parent
807fcc670d
commit
1d8f912fc6
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@ All notable, unreleased changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
# 2.11.1
|
||||||
|
|
||||||
|
- Support multiline text in plugin configuration secret field - #829 by @karolinakuzniewicz
|
||||||
|
|
||||||
## 2.11.0
|
## 2.11.0
|
||||||
|
|
||||||
- Add sku column to fulfillment cards - #538 by @dominik-zeglen
|
- Add sku column to fulfillment cards - #538 by @dominik-zeglen
|
||||||
|
|
|
@ -40,7 +40,7 @@ $ cd saleor-dashboard
|
||||||
To use the official stable release, checkout to a release tag:
|
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/
|
See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/
|
||||||
|
|
Loading…
Reference in a new issue