Skip to content

Commit

Permalink
Bump version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryseed committed Feb 5, 2021
1 parent 19f1e8d commit cd34b7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.2

- Bug Fix: [Fix regression in SDL rendering for enum values](https://github.com/absinthe-graphql/absinthe/pull/1041)

## 1.6.1

- Feature: [Improved serialization failure messages](https://github.com/absinthe-graphql/absinthe/pull/1033)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
use Mix.Project

@source_url "https://github.com/absinthe-graphql/absinthe"
@version "1.6.1"
@version "1.6.2"

def project do
[
Expand Down

0 comments on commit cd34b7f

Please sign in to comment.