Skip to content

Commit a30af9a

Browse files
committed
Release v1.14.1
1 parent b1133a9 commit a30af9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.14.1 (2023-03-17)
4+
5+
### Enhancements
6+
7+
* Add `nest_all_json` option to JSON parser
8+
* Make action on Plug.Debugger page look like a button
9+
* Better formatting of exceptions on the error page
10+
* Provide stronger response header validation
11+
312
## v1.14.0 (2022-10-31)
413

514
Require Elixir v1.10+.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Plug.MixProject do
22
use Mix.Project
33

4-
@version "1.14.0"
4+
@version "1.14.1"
55
@description "Compose web applications with functions"
66
@xref_exclude [Plug.Cowboy, :ssl]
77

0 commit comments

Comments
 (0)