Skip to content

Commit 065976d

Browse files
committed
Release v1.18.1
1 parent b0cae15 commit 065976d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.1 (2025-07-01)
4+
5+
### Enhancements
6+
7+
* [Plug.Debugger] Do not include code snippets in rendered markdown
8+
* [Plug.RewriteOn] Add support to rewrite nonstandard headers
9+
310
## v1.18.0 (2025-05-28)
411

512
### Enhancements

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.18.0"
4+
@version "1.18.1"
55
@description "Compose web applications with functions"
66
@xref_exclude [Plug.Cowboy, :ssl]
77
@source_url "https://github.com/elixir-plug/plug"

0 commit comments

Comments
 (0)