Skip to content

Commit f517348

Browse files
committed
Bump version 1.6.5
1 parent bf88b6a commit f517348

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
## Dev
3+
## 1.6.5
44

5+
- Bug Fix: [Fix interface compilation behavior difference between SDL & DSL](https://github.com/absinthe-graphql/absinthe/pull/1091)
6+
- Bug Fix: [Allow SDL syntax to contain union without member types](https://github.com/absinthe-graphql/absinthe/pull/1085)
7+
- Bug Fix: [Account for prototype schema when rendering SDL via mix task](https://github.com/absinthe-graphql/absinthe/pull/1086)
58
- Feature: Always inline functions when using persistent_term backend.
69
- Feature: [Support optional open ended scalars](https://github.com/absinthe-graphql/absinthe/pull/1069)
710

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.6.4"
5+
@version "1.6.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)