Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettbeatty committed Apr 16, 2024
1 parent 7a12dfe commit 12a69f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.14.0 (2024-04-16)
* Support dynamic log level in `Uinta.Plug`.
* Option `:log` now accepts `{module, function, args}` tuple called with prepended `conn` to determine log level.

## 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
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.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 12a69f1

Please sign in to comment.