We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 481b771 + 3d872ff commit f88c226Copy full SHA for f88c226
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v1.7.9
4
- Feature: [Allow config/2 to send errors in spec compliant format](https://github.com/absinthe-graphql/absinthe/pull/1341)
5
- Feature: [Add async option to Absinthe.Subscription](https://github.com/absinthe-graphql/absinthe/pull/1329)
6
- Bug Fix: [Avoid table scans on registry](https://github.com/absinthe-graphql/absinthe/pull/1330)
mix.exs
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
use Mix.Project
@source_url "https://github.com/absinthe-graphql/absinthe"
- @version "1.7.8"
+ @version "1.7.9"
7
def project do
8
[
0 commit comments