diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f8e61548..21d2f0e10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## (1.7.4) Unreleased +## 1.7.4 - Bug Fix: [Bugfix: multiple pushes per client for subscriptions that have a context_id](https://github.com/absinthe-graphql/absinthe/pull/1249) diff --git a/mix.exs b/mix.exs index 88c2cc03ff..968c0dd2a3 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.3" + @version "1.7.4" def project do [