diff --git a/graphql_server/CHANGELOG.md b/graphql_server/CHANGELOG.md index 435668fb..25c38458 100644 --- a/graphql_server/CHANGELOG.md +++ b/graphql_server/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.1 +* Fix a bug where `globalVariables` were not being properly passed +to field resolvers. + # 1.0.0 * Finish testing. * Add `package:pedantic` fixes. diff --git a/graphql_server/pubspec.yaml b/graphql_server/pubspec.yaml index ea32cb83..09081d32 100644 --- a/graphql_server/pubspec.yaml +++ b/graphql_server/pubspec.yaml @@ -1,5 +1,5 @@ name: graphql_server -version: 1.0.0 +version: 1.0.1 author: Tobe O description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart. homepage: https://github.com/angel-dart/graphql