Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Price committed Sep 9, 2016
1 parent 6fad7bc commit 4969041
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: elixir
elixir:
- 1.2.3
- 1.2.6
- 1.3.0-rc.1
- 1.3.2
otp_release:
- 18.2
- 18.3
- 19.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Changelog

## 0.3.2 (2016-06-09)

* Enhancements
* Future support for deferred resolvers
* GraphQL IDL compiler

* Bugfixes
* Validate operation name matches an operation
* Resolve no longer fails when it cannot find a matching function
* Fix 1.3 warnings


## 0.3.1 (2016-06-09)

* Bugfixes
* Fix introspection to include Input types when input types are arguments
to fields.


## 0.3.0 (2016-05-29)

* Enhancements
Expand All @@ -25,6 +38,7 @@
* Note: the `execute/5` signature will be changed to the `execute_with_opts/3`
in a future version


## 0.2.0 (2016-03-19)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GraphQL.Mixfile do
use Mix.Project

@version "0.3.1"
@version "0.3.2"

@description "GraphQL Elixir implementation"
@repo_url "https://github.com/graphql-elixir/graphql"
Expand Down

0 comments on commit 4969041

Please sign in to comment.