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

Commit 1e8b491

Browse files
committed
Release v0.3.1
1 parent b58b448 commit 1e8b491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.1 (2016-06-09)
4+
5+
* Bugfixes
6+
* Fix introspection to include Input types when input types are arguments
7+
to fields.
8+
39
## 0.3.0 (2016-05-29)
410

511
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Mixfile do
22
use Mix.Project
33

4-
@version "0.3.0"
4+
@version "0.3.1"
55

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

0 commit comments

Comments
 (0)