Skip to content

Commit

Permalink
Bump to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Jan 8, 2021
1 parent 38545ba commit dc24c01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable, unreleased changes to this project will be documented in this file.

## [Unreleased]

# 2.11.5

- Fix duplicated products in `Collection.products` query - #6666 by @d-wysocki
- Deprecate description field - #6688 by @d-wysocki

# 2.11.4

- Change `graphql.errors.handled` logger level to INFO - #6566 by @maarcingebala
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "saleor",
"version": "2.11.4",
"version": "2.11.5",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saleor"
version = "2.11.4"
version = "2.11.5"
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 dc24c01

Please sign in to comment.