Skip to content

Commit e64e37c

Browse files
committed
Update CHANGELOG
1 parent 96f573e commit e64e37c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3-
## v1.21.0
3+
## v1.21.0-dev
44

55
### Enhancements
66

77
* [Plug.Router] Add the `query/3` macro for routing HTTP QUERY (RFC 10008) requests
88
* [Plug.Parsers] Parse request bodies for the HTTP QUERY method (RFC 10008)
99
* [Plug.CSRFProtection] Treat the safe, idempotent HTTP QUERY method (RFC 10008) as unprotected
1010

11+
## v1.20.2 (2026-06-30)
12+
13+
### Bug fixes
14+
15+
* [Plug.Conn] Set state to `:set_upgrade` and status to 101 when running `before_send` callbacks for upgrades
16+
1117
## v1.20.1 (2026-06-23)
1218

1319
### Bug fixes

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.20.1"
4+
@version "1.21.0-dev"
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)