Skip to content

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Aug 4, 2020
1 parent 905ec07 commit 4fd948a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4fd948a

Please sign in to comment.