We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827fecf commit 2f89f1cCopy full SHA for 2f89f1c
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# CHANGELOG
2
3
-## Unreleased
+## 0.9.0 (2019-12-11)
4
5
-- Updated `graphql-core-next` to `graphql-core` 3.x.
+- Updated `graphql-core-next` to `graphql-core` 3.
6
7
8
## 0.8.0 (2019-11-25)
setup.py
@@ -26,7 +26,7 @@
26
long_description=README,
27
long_description_content_type="text/markdown",
28
license="BSD",
29
- version="0.8.0",
+ version="0.9.0",
30
url="https://github.com/mirumee/ariadne",
31
packages=["ariadne"],
32
include_package_data=True,
0 commit comments