Skip to content

Commit

Permalink
Release v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Nov 14, 2023
1 parent 05ca558 commit 53f304f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.15.2 (2023-11-14)

### Enhancements

* Add `:assign_as` option to `Plug.RequestId`
* Improve performance of `Plug.RequestId`
* Avoid clashes between Plug nodes
* Add specs to `Plug.BasicAuth`
* Fix a bug with non-string `_method` body parameters in `Plug.MethodOverride`

## v1.15.1 (2023-10-06)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Plug.MixProject do
use Mix.Project

@version "1.15.1"
@version "1.15.2"
@description "Compose web applications with functions"
@xref_exclude [Plug.Cowboy, :ssl]

Expand Down

0 comments on commit 53f304f

Please sign in to comment.