From 60c05541a015cb53b618fcbf9a277767e149ea73 Mon Sep 17 00:00:00 2001 From: Vince Foley Date: Fri, 23 Apr 2021 13:47:30 -0700 Subject: [PATCH] Bump version 1.5.8 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb840c..6bd9787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.5.8 + +- Bug Fix: [Preserve `:context` during init](https://github.com/absinthe-graphql/absinthe_plug/pull/257) + ## v1.5.7 - Bug Fix: [Handle over encoded JSON string request body](https://github.com/absinthe-graphql/absinthe_plug/pull/256) diff --git a/mix.exs b/mix.exs index a3079bd..02082de 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Absinthe.Plug.Mixfile do use Mix.Project - @version "1.5.7" + @version "1.5.8" def project do [