From 72ff9f91fcc0a261f9965cf8120c7c72ff6e4c7c Mon Sep 17 00:00:00 2001 From: Vince Foley Date: Tue, 8 Dec 2020 14:54:54 -0800 Subject: [PATCH] Bump version 1.5.5 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fca56ed4c..1473e33c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.5.5 + +- Bug Fix: Fix for `nil` in [`ArgumentsOfCorrectType` suggestions](https://github.com/absinthe-graphql/absinthe/pull/1000) + ## 1.5.4 - Feature: Ensure [stable ordering in introspection results](https://github.com/absinthe-graphql/absinthe/pull/997). diff --git a/mix.exs b/mix.exs index 92fc2722cb..dedc8d50e5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do use Mix.Project @source_url "https://github.com/absinthe-graphql/absinthe" - @version "1.5.4" + @version "1.5.5" def project do [