# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines. ## [v0.4.0](https://github.com/ash-project/ash_graphql/compare/v0.3.2...v0.4.0) (2020-10-10) ### Features: * update to latest ash ### Bug Fixes: * fix usage of new Ash.Query.filter/2 ## [v0.3.2](https://github.com/ash-project/ash_graphql/compare/v0.3.1...v0.3.2) (2020-09-28) ### Bug Fixes: * set api_opts properly ## [v0.3.1](https://github.com/ash-project/ash_graphql/compare/v0.3.0...v0.3.1) (2020-09-28) ### Bug Fixes: * dataloader errors w/ associations ## [v0.3.0](https://github.com/ash-project/ash_graphql/compare/v0.2.1...v0.3.0) (2020-09-24) ### Features: * rewrite with dataloader * rewrite with dataloader ### Bug Fixes: * use module name specific to the api * support booleans ## [v0.2.1](https://github.com/ash-project/ash_graphql/compare/v0.2.0...v0.2.1) (2020-08-26) ### Bug Fixes: * use `InputObjectDefinition` for relationship change ## [v0.2.0](https://github.com/ash-project/ash_graphql/compare/v0.1.3...v0.2.0) (2020-08-18) ### Features: * update to latest ash ## [v0.1.3](https://github.com/ash-project/ash_graphql/compare/v0.1.2...v0.1.3) (2020-08-17) ### Bug Fixes: * don't add graphql types if API doesn't compile ## [v0.1.2](https://github.com/ash-project/ash_graphql/compare/v0.1.1...v0.1.2) (2020-08-14) ### Bug Fixes: * get mix check passing * include initial files ## [v0.1.1](https://github.com/ash-project/ash_graphql/compare/v0.1.0...v0.1.1) (2020-08-13) ### Bug Fixes: * include initial files ## [v0.1.0](https://github.com/ash-project/ash_graphql/compare/v0.1.0...v0.1.0) (2020-08-13) ### Features: * initial POC release