Skip to content

Commit

Permalink
Bump version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryseed committed Sep 28, 2021
1 parent bdb0531 commit 9ab7af0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.6

- Feature: [Update telemetry dependency to stable ~> 1.0](https://github.com/absinthe-graphql/absinthe/pull/1097)
- Feature: [Use makeup_graphql to get GraphQL syntax highlighting in docs](https://github.com/absinthe-graphql/absinthe/pull/1099)
- Bug Fix: [Fix exception when field name contains all invalid characters](https://github.com/absinthe-graphql/absinthe/pull/1096)

## 1.6.5

- Bug Fix: [Fix interface compilation behavior difference between SDL & DSL](https://github.com/absinthe-graphql/absinthe/pull/1091)
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.5"
@version "1.6.6"

def project do
[
Expand Down

0 comments on commit 9ab7af0

Please sign in to comment.