Skip to content

Commit b09e9be

Browse files
committed
Bump version 1.6.4
1 parent ecdbf89 commit b09e9be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.6.4
4+
5+
- Feature: [Compress registry tables by default](https://github.com/absinthe-graphql/absinthe/pull/1058)
6+
- Bug Fix: [Fix compilation deadlocks on type imports](https://github.com/absinthe-graphql/absinthe/pull/1056)
7+
- Bug Fix: [Raise a better error when string serialization fails](https://github.com/absinthe-graphql/absinthe/pull/1062)
8+
39
## 1.6.3
410

511
- Bug Fix: [Fix unicode bug when encoding parse error](https://github.com/absinthe-graphql/absinthe/pull/1044)

mix.exs

+1-1
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.3"
5+
@version "1.6.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)