diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5a09e85..dd1e76b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,12 +35,8 @@ 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.9.0" - "0.8.5" - - "0.8.3" - - "0.8.2" - - "0.8.1" - - "0.8.0" - - "0.7.2" validations: required: true - type: dropdown diff --git a/pyproject.toml b/pyproject.toml index a110e43..9d6c463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "graphene-django-query-optimizer" -version = "0.8.5" +version = "0.9.0" description = "Automatically optimize SQL queries in Graphene-Django schemas." authors = [ "Matti Lamppu ",