diff --git a/graphql_parser/CHANGELOG.md b/graphql_parser/CHANGELOG.md index 0ae035a0..69d7a621 100644 --- a/graphql_parser/CHANGELOG.md +++ b/graphql_parser/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.2 +* Parse the `subscription` keyword. + # 1.1.1 * Pubspec updates for Dart 2. diff --git a/graphql_parser/pubspec.yaml b/graphql_parser/pubspec.yaml index 81d7e0d7..11956e6f 100644 --- a/graphql_parser/pubspec.yaml +++ b/graphql_parser/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_parser -version: 1.1.1 -description: Parses GraphQL queries and schemas. +version: 1.1.2 +description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST. author: Tobe O homepage: https://github.com/angel-dart/graphql environment: