Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.5.9

- Chore: [Switch to `Application.compile_env/3`](https://github.com/absinthe-graphql/absinthe_plug/pull/276)
- Feature: [Add token limit to init and raw options](https://github.com/absinthe-graphql/absinthe_plug/pull/281)
- Chore: [Add dialyxer to CI](https://github.com/absinthe-graphql/absinthe_plug/pull/283)
- Chore: [Fix typos](https://github.com/absinthe-graphql/absinthe_plug/pull/287)
- Bug Fix: [Change SSE response structure so that it's compatible with GraphQL SSE standard](https://github.com/absinthe-graphql/absinthe_plug/pull/292)
- Chore: [Update GraphiQL to 3.8.3](https://github.com/absinthe-graphql/absinthe_plug/pull/297)
- Chore: [CI](https://github.com/absinthe-graphql/absinthe_plug/pull/295)[Updates](https://github.com/absinthe-graphql/absinthe_plug/pull/301)

## v1.5.8

- Bug Fix: [Preserve `:context` during init](https://github.com/absinthe-graphql/absinthe_plug/pull/257)
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.8"
@version "1.5.9"

def project do
[
Expand Down
Loading