Skip to content

Commit

Permalink
release 0.13 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Jan 9, 2024
1 parent 74e8eb3 commit 518e743
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 Uinta.MixProject do
use Mix.Project

@project_url "https://github.com/podium/uinta"
@version "0.12.1"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit 518e743

Please sign in to comment.