diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 119295e..83dcd74 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.3.0" - "0.2.5" - "0.2.4" - "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index e4f6390..c494c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-signal-webhooks" -version = "0.2.5" +version = "0.3.0" description = "Add webhooks to django using signals." authors = [ "Matti Lamppu ",