Skip to content

Commit

Permalink
Bump version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryseed committed Dec 7, 2020
1 parent dc234e1 commit 941d4d2
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.2

- Bug fix: [Fix a compilation race condition](https://github.com/absinthe-graphql/absinthe_plug/pull/240) in plug options check.

## v1.5.1

- Feature: Allow overriding `Absinthe.Plug.DocumentProvider.Compiled` process function.
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.1"
@version "1.5.2"

def project do
[
Expand Down

0 comments on commit 941d4d2

Please sign in to comment.