Skip to content

Commit

Permalink
Release v1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jul 30, 2018
1 parent fb31516 commit cee5182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Current development version

## v1.7.1

- Fix possible incorrect query execution due to dropped type coercions. [#110](https://github.com/kensho-technologies/graphql-compiler/pull/110)

## v1.7.0

- Add a new `@filter` operator: `intersects`. [#100](https://github.com/kensho-technologies/graphql-compiler/pull/100)
Expand Down
2 changes: 1 addition & 1 deletion graphql_compiler/__init__.py
Expand Up @@ -14,7 +14,7 @@


__package_name__ = 'graphql-compiler'
__version__ = '1.7.0'
__version__ = '1.7.1'


def graphql_to_match(schema, graphql_query, parameters, type_equivalence_hints=None):
Expand Down

0 comments on commit cee5182

Please sign in to comment.