Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed May 14, 2020
1 parent 0f67099 commit 0935d4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ All notable, unreleased changes to this project will be documented in this file.

## [Unreleased]

- Drop support for configuring Vatlayer plugin from settings file. - #5614 by @korycins
- Add ability to query category, collection or product by slug - #5574 by @koradon
- Add `quantityAvailable` field to `ProductVariant` type - #5628 by @fowczarek

## 2.10.0
- Use tags rather than time-based logs for information on requests - #5608 by @NyanKiyoshi

- OpenTracing support - #5188 by @tomaszszymanski129
- Account confirmation email - #5126 by @tomaszszymanski129
- Relocate `Checkout` and `CheckoutLine` methods into separate module and update checkout related plugins to use them - #4980 by @krzysztofwolski
Expand Down Expand Up @@ -116,6 +110,10 @@ All notable, unreleased changes to this project will be documented in this file.
- Fixed JWT expired token being flagged as unhandled error rather than handled. - #5603 by @NyanKiyoshi
- Refactor read-only middleware - #5602 by @maarcingebala
- Fix availability for variants without inventory tracking - #5605 by @fowczarek
- Drop support for configuring Vatlayer plugin from settings file. - #5614 by @korycins
- Add ability to query category, collection or product by slug - #5574 by @koradon
- Add `quantityAvailable` field to `ProductVariant` type - #5628 by @fowczarek
- Use tags rather than time-based logs for information on requests - #5608 by @NyanKiyoshi

## 2.9.0

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ The `master` branch is the development version of Saleor and it may be unstable.

The current stable version is 2.10 and you should use this version for all three components:

- Saleor: https://github.com/mirumee/saleor/releases/tag/2.10.0-rc.2
- Dashboard: https://github.com/mirumee/saleor-dashboard/releases/tag/2.10.0-rc.2
- Storefront: https://github.com/mirumee/saleor-storefront/releases/tag/2.10.0-rc.2
- Saleor: https://github.com/mirumee/saleor/releases/tag/2.10.0
- Dashboard: https://github.com/mirumee/saleor-dashboard/releases/tag/2.10.0
- Storefront: https://github.com/mirumee/saleor-storefront/releases/tag/2.10.0

## Documentation

Saleor documentation is available here: [docs.saleor.io](https://docs.saleor.io)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saleor"
version = "2.10.0-rc.2"
version = "2.10.0"
description = "A modular, high performance e-commerce storefront built with GraphQL, Django, and ReactJS."
authors = ["Mirumee Software <hello@mirumee.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 0935d4e

Please sign in to comment.