diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4a9d8..5ec55cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.13.0 (2024-01-09) +### Changed + * Support not double encoding the payload. In order to do that, a new plugs option `format` was added. We are deprecating the `json` option instead though it is backward compatible for a little while + + - `:format` - Output format, either :json, :string, or :map. Default is `:string` + + To migrate easily, just find where you initialize your plug, and change the :json to :format + ## v0.12.1 (2023-12-01) ### Changed * handle white space in front of a mutation/query diff --git a/mix.exs b/mix.exs index 9aa2dd7..6913836 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Uinta.MixProject do use Mix.Project @project_url "https://github.com/podium/uinta" - @version "0.12.1" + @version "0.13.0" def project do [