diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 95f5857..69361e4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: If you are not using the latest version, please try to also reproduce the bug on the latest version before opening the issue. options: + - "0.10.3" - "0.10.2" - "0.10.1" - "0.10.0" diff --git a/pyproject.toml b/pyproject.toml index eaf258b..8012531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "graphene-django-query-optimizer" -version = "0.10.2" +version = "0.10.3" description = "Automatically optimize SQL queries in Graphene-Django schemas." authors = [ "Matti Lamppu ",