Skip to content

Commit

Permalink
Merge pull request #313 from mirumee/changelog
Browse files Browse the repository at this point in the history
New release changelog
  • Loading branch information
bogdal authored Feb 11, 2020
2 parents 3595d77 + 15e6b25 commit 8aec11d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.10.0 (2020-02-11)

- Added support for `Apollo Federation`.
- Added the ability to send queries to the same channel as the subscription via WebSocket.


## 0.9.0 (2019-12-11)

- Updated `graphql-core-next` to `graphql-core` 3.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Documentation is available [here](https://ariadnegraphql.org).
- Support for [Apollo GraphQL extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo).
- GraphQL syntax validation via `gql()` helper function. Also provides colorization if Apollo GraphQL extension is installed.
- No global state or object registry, support for multiple GraphQL APIs in same codebase with explicit type reuse.
- Support for `Apollo Federation`.


## Installation
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.9.0",
version="0.10.0",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
include_package_data=True,
Expand Down

0 comments on commit 8aec11d

Please sign in to comment.