- Upgraded to [Graphene 3.0](https://github.com/graphql-python/graphene/wiki/v3-release-notes). ([#80](https://github.com/simonw/datasette-graphql/issues/80)). This introduces some small backwards-compatibility breaks, hence the 2.0 version number on this release. Most notably, tables or columns that are named after Python keywords (such as `if`) will now be represented in GraphQL with a trailing underscore, `if_`. `description` is also renamed to `description_`.
- Upgraded bundled version of GraphiQL to 1.5.1, running on React 17.0.2. ([75](https://github.com/simonw/datasette-graphql/issues/75))
- Fixed an error caused by tables that include foreign key references to other tables that do not exist. ([79](https://github.com/simonw/datasette-graphql/issues/79))
- Now tested against Python 3.10. ([82](https://github.com/simonw/datasette-graphql/issues/82))