Skip to content

Commit

Permalink
Bump version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryseed committed Jan 18, 2021
1 parent cade2bf commit d831c5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.3

- Chore: [Loosen Absinthe version](https://github.com/absinthe-graphql/absinthe_plug/pull/242)

## v1.5.2

- Bug fix: [Fix a compilation race condition](https://github.com/absinthe-graphql/absinthe_plug/pull/240) in plug options check.
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
@version "1.5.3"

def project do
[
Expand Down Expand Up @@ -42,8 +42,8 @@ defmodule Absinthe.Plug.Mixfile do

defp deps do
[
{:plug, "~> 1.3.2 or ~> 1.4"},
{:absinthe, "~> 1.5"},
{:plug, "~> 1.4"},
{:jason, ">= 0.0.0", only: [:dev, :test]},
{:ex_doc, "~> 0.20", only: :dev}
]
Expand Down

0 comments on commit d831c5c

Please sign in to comment.