Skip to content

Commit

Permalink
Bump version 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryseed committed Apr 23, 2021
1 parent ace21d9 commit 60c0554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 Absinthe.Plug.Mixfile do
use Mix.Project

@version "1.5.7"
@version "1.5.8"

def project do
[
Expand Down

0 comments on commit 60c0554

Please sign in to comment.