Skip to content

Commit cd34b7f

Browse files
committed
Bump version 1.6.2
1 parent 19f1e8d commit cd34b7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.6.2
4+
5+
- Bug Fix: [Fix regression in SDL rendering for enum values](https://github.com/absinthe-graphql/absinthe/pull/1041)
6+
37
## 1.6.1
48

59
- Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033)

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

77
def project do
88
[

0 commit comments

Comments
 (0)