From ddd2a310337c36a587a4d7c3490e4f7052a7ae14 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 28 Jun 2023 23:44:44 -0400 Subject: [PATCH] version bump --- CHANGELOG.md | 4 +++- mix.exs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 737063619a..2bca0e80d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## 1.7.1 +## 1.7.3 +- Bug Fix: [OTP 26 and Elixir 1.15 tweaks]https://github.com/absinthe-graphql/absinthe/pull/1253 +- Bug Fix: [OTP 25 twaks]https://github.com/absinthe-graphql/absinthe/pull/1253 - Bug Fix: [Place extra error attributes in error extensions field](https://github.com/absinthe-graphql/absinthe/pull/1215) ## 1.7.2 diff --git a/mix.exs b/mix.exs index 77c4e88de5..ea58e5c5c1 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do use Mix.Project @source_url "https://github.com/absinthe-graphql/absinthe" - @version "1.7.2" + @version "1.7.3" def project do [