Skip to content

Commit c8b77c3

Browse files
committed
Bump version 1.6.1
1 parent c5db6d1 commit c8b77c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033)
66
- 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)
78

89
## 1.6.0
910

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.0"
5+
@version "1.6.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)