Skip to content

Commit

Permalink
Merge pull request saleor#7163 from mirumee/bump-2.11
Browse files Browse the repository at this point in the history
Bump to 2.11.9
  • Loading branch information
maarcingebala committed Apr 15, 2021
2 parents 70eb785 + 8fcbe75 commit 0e705d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable, unreleased changes to this project will be documented in this file.

## [Unreleased]

# 2.11.9

- Fix total count on connection resolver without first or last - #6976 by @fowczarek
- Fix available shipping methods for weight based methods - #7097 by @IKarbowiak

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor",
"version": "2.11.8",
"version": "2.11.9",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
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.11.8"
version = "2.11.9"
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 0e705d2

Please sign in to comment.