diff --git a/CHANGELOG.md b/CHANGELOG.md index f8caf1fad..6abdd7def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] +## 2.10.0 + - Fix minor bugs - #244 by @dominik-zeglen - Fix tax settings updating - #243 by @dominik-zeglen - Add secret fields in plugin configuration - #246 by @dominik-zeglen diff --git a/README.md b/README.md index 897ec3788..0afc697de 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 v2.0.0 +$ git checkout 2.10.0-rc.1 ``` See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/ diff --git a/package-lock.json b/package-lock.json index 158ec5659..6b852b629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.0.0", + "version": "2.10.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5550d1f81..abf6feb78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.0.0", + "version": "2.10.0-rc.1", "main": "src/index.tsx", "repository": { "type": "git",