Skip to content

Commit

Permalink
release v0.5.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunyel authored Jul 27, 2022
1 parent 8503ba7 commit 080e0aa
Show file tree
Hide file tree
Showing 6 changed files with 4,466 additions and 4,373 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.2 (July 27, 2022)

- Update to GraphQL 16
- Fix: only filter out GraphQL reserved names (#116), thanks to @n3n
- Feature: Support skipping count aggregate on hasura (#120), thanks to @mohammad-bolt

## 0.5.1 (June 14, 2022)

- Fix dependency issue
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
POSTGRES_PASSWORD: postgrespassword

graphql-engine:
image: hasura/graphql-engine:v2.7.0.cli-migrations-v3
image: hasura/graphql-engine:v2.8.4.cli-migrations-v3
volumes:
- ./hasura/migrations:/hasura-migrations
- ./hasura/metadata:/hasura-metadata
Expand Down
Loading

0 comments on commit 080e0aa

Please sign in to comment.