From 4fd948a272b5273f7aba6c3bc2c9ba83914abb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Tue, 4 Aug 2020 17:23:18 +0200 Subject: [PATCH] Bump version to 0.12 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c85d75a..d26ce0d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.12.0 (UNRELEASED) +## 0.12.0 (2020-08-04) - Added `validation_rules` option to query executors as well as ASGI and WSGI apps and Django view that allow developers to include custom query validation logic in their APIs. - Added `introspection` option to ASGI and WSGI apps, allowing developers to disable GraphQL introspection on their server. diff --git a/setup.py b/setup.py index 2cf7ca76c..44efcc1d0 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ long_description=README, long_description_content_type="text/markdown", license="BSD", - version="0.11.0", + version="0.12.0", url="https://github.com/mirumee/ariadne", packages=["ariadne"], include_package_data=True,