We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5db6d1 commit c8b77c3Copy full SHA for c8b77c3
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033)
6
- Bug Fix: [Render null default values in SDL](https://github.com/absinthe-graphql/absinthe/pull/1032)
7
+- Bug Fix: [Reduce memory usage of Schema.Manager](https://github.com/absinthe-graphql/absinthe/pull/1037)
8
9
## 1.6.0
10
mix.exs
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
2
use Mix.Project
3
@source_url "https://github.com/absinthe-graphql/absinthe"
- @version "1.6.0"
+ @version "1.6.1"
def project do
[
0 commit comments