Skip to content

Commit f88c226

Browse files
Merge pull request #1356 from absinthe-graphql/mc/v1.7.9-changelog
release v1.7.9
2 parents 481b771 + 3d872ff commit f88c226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.7.9
44
- Feature: [Allow config/2 to send errors in spec compliant format](https://github.com/absinthe-graphql/absinthe/pull/1341)
55
- Feature: [Add async option to Absinthe.Subscription](https://github.com/absinthe-graphql/absinthe/pull/1329)
66
- Bug Fix: [Avoid table scans on registry](https://github.com/absinthe-graphql/absinthe/pull/1330)

mix.exs

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

44
@source_url "https://github.com/absinthe-graphql/absinthe"
5-
@version "1.7.8"
5+
@version "1.7.9"
66

77
def project do
88
[

0 commit comments

Comments
 (0)