Skip to content

Commit 916d818

Browse files
authored
Merge pull request #302 from absinthe-graphql/cschiewek/1.5.9-release
Prep for 1.5.9 release
2 parents 0826bb5 + 5f070f5 commit 916d818

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.5.9
4+
5+
- Chore: [Switch to `Application.compile_env/3`](https://github.com/absinthe-graphql/absinthe_plug/pull/276)
6+
- Feature: [Add token limit to init and raw options](https://github.com/absinthe-graphql/absinthe_plug/pull/281)
7+
- Chore: [Add dialyxer to CI](https://github.com/absinthe-graphql/absinthe_plug/pull/283)
8+
- Chore: [Fix typos](https://github.com/absinthe-graphql/absinthe_plug/pull/287)
9+
- Bug Fix: [Change SSE response structure so that it's compatible with GraphQL SSE standard](https://github.com/absinthe-graphql/absinthe_plug/pull/292)
10+
- Chore: [Update GraphiQL to 3.8.3](https://github.com/absinthe-graphql/absinthe_plug/pull/297)
11+
- Chore: [CI](https://github.com/absinthe-graphql/absinthe_plug/pull/295)[Updates](https://github.com/absinthe-graphql/absinthe_plug/pull/301)
12+
313
## v1.5.8
414

515
- Bug Fix: [Preserve `:context` during init](https://github.com/absinthe-graphql/absinthe_plug/pull/257)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Absinthe.Plug.Mixfile do
22
use Mix.Project
33

4-
@version "1.5.8"
4+
@version "1.5.9"
55

66
def project do
77
[

0 commit comments

Comments
 (0)