- Upgraded for compatibility with the Datasette 1.0 alpha series. [96](https://github.com/simonw/datasette-graphql/issues/96)
2.2
- The path used by for the GraphQL API - which defaults to `/graphql` - can now be customized using the new `datasette-graphql path` configuration option in `metadata.json`. [92](https://github.com/simonw/datasette-graphql/issues/92)
2.1.2
- Fixed bug where columns with names starting with a double underscore would cause errors. [91](https://github.com/simonw/datasette-graphql/issues/91)
2.1.1
- Simplified example code in the documentation for the `graphql_extra_fields()` hook. - Workaround for a bug where some tables could cause a 500 error on the regular table view page. [90](https://github.com/simonw/datasette-graphql/issues/90)
2.1
- New [graphql_extra_fields() plugin hook](https://datasette.io/plugins/datasette-graphql#user-content-adding-custom-fields-with-plugins) allowing other plugins to add extra fields to the GraphQL schema. [69](https://github.com/simonw/datasette-graphql/issues/69)
2.0.2
- Upgrade dependencies to `graphene>=3.1.0` and `graphql-core>=3.2.1`. [88](https://github.com/simonw/datasette-graphql/pull/88)